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

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

git show-ref

Git command for listing references. More information: https://git-scm.com/docs/git-show-ref.

  • Show all refs in the repository:

git show-ref

  • Show only heads references:

git show-ref --heads

  • Show only tags references:

git show-ref --tags

  • Verify that a given reference exists:

git show-ref --verify {{path/to/ref}}

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