LinuxCommandLibrary

gitsome

gitsome

TLDR

Enter the gitsome shell (optional), to enable autocompletion and interactive help for Git (and gh) commands

$ gitsome
copy


Setup GitHub integration with the current account
$ gh configure
copy


List notifications for the current account (as would be seen in )
$ gh notifications
copy


List the current account's starred repos, filtered by a given search string
$ gh starred "[python 3]"
copy


View the recent activity feed of a given GitHub repository
$ gh feed [tldr-pages/tldr]
copy


View the recent activity feed for a given GitHub user, using the default pager (e.g. less)
$ gh feed [torvalds] -p
copy

Copied to clipboard