Forrest logo
back to context overview

git-show-ref

List of commands for git-show-ref:

  • git-show-ref:tldr:76cfc git-show-ref: Verify that a given reference exists.
    $ git show-ref --verify ${path-to-ref}
    try on your machine
    explain this command
  • git-show-ref:tldr:873a1 git-show-ref: Show only tags references.
    $ git show-ref --tags
    try on your machine
    explain this command
  • git-show-ref:tldr:964b8 git-show-ref: Show all refs in the repository.
    $ git show-ref
    try on your machine
    explain this command
  • git-show-ref:tldr:edd7e git-show-ref: Show only heads references.
    $ git show-ref --heads
    try on your machine
    explain this command
back to context overview