Read, change, or delete files that store references. More information: https://git-scm.com/docs/git-symbolic-ref.
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 {{[-d|--delete]}} refs/{{name}}
--quiet and use --short to simplify (“refs/heads/X” prints as “X”):git symbolic-ref {{[-q|--quiet]}} --short refs/{{name}}