Мануалы и справочники Общие команды
gitsome

Команда gitsome: опции, ключи и примеры использования

gitsome

A terminal-based interface for GitHub, accessed via the gh command. It also provides menu-style autocomplete suggestions for git commands.

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

gitsome

  • Setup GitHub integration with the current account:

gh configure

gh notifications

  • List the current account's starred repos, filtered by a given search string:

gh starred "{{python 3}}"

  • View the recent activity feed of a given GitHub repository:

gh feed {{tldr-pages/tldr}}

  • View the recent activity feed for a given GitHub user, using the default pager (e.g. less):

gh feed {{torvalds}} -p

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM