git-symbolic-ref

symbolic-ref Read, change, or delete files that store references. More…

git symbolic-ref

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 --delete refs/{{name}}

git symbolic-ref --quiet --short refs/{{name}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-switch git-sync →