
gitsome
List of commands for gitsome:
-
gitsome:tldr:04e15 gitsome: List the current account's starred repos, filtered by a given search string.$ gh starred "${python 3}"try on your machineexplain this command
-
gitsome:tldr:0dab3 gitsome: View the recent activity feed for a given GitHub user, using the default pager (e.g. `less`).$ gh feed ${torvalds} -ptry on your machineexplain this command
-
gitsome:tldr:6d53c gitsome: Setup GitHub integration with the current account.$ gh configuretry on your machineexplain this command
-
gitsome:tldr:7d622 gitsome: List notifications for the current account (as would be seen in https://github.com/notifications).$ gh notificationstry on your machineexplain this command
-
gitsome:tldr:a7c37 gitsome: View the recent activity feed of a given GitHub repository.$ gh feed ${tldr-pages-tldr}try on your machineexplain this command
-
gitsome:tldr:f2950 gitsome: Enter the gitsome shell (optional), to enable autocompletion and interactive help for Git (and gh) commands.$ gitsometry on your machineexplain this command