Read, change, or delete files that store references.
git symbolic-ref refs/{name} {ref}
git symbolic-ref -m "{message}" refs/{name} refs/heads/{branch_name}
git symbolic-ref refs/{name}
git symbolic-ref --delete refs/{name}
--quiet
and use --short
to simplify ("refs/heads/X" prints as "X"):
git symbolic-ref --quiet --short refs/{name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB