logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

List Git References - Show Repository Refs | Online Free DevTools by Hexmos

List Git references with git-show-ref. Verify ref existence and show heads or tags. Free online tool, no registration required.

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 --branches

  • Show only tags references:

git show-ref --tags

  • Verify that a given reference exists:

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

See Also