💾 Archived View for freeshell.de › tldr › git-symbolic-ref.gmi captured on 2024-02-05 at 11:09:18. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
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}
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).