Answers for "refname master is ambiguous"

0

refname master is ambiguous

# chances are, you've probably accidentally made a tag called "master"
git tag tag-master master
git tag -d master
Posted by: Guest on April-14-2022

Code answers related to "refname master is ambiguous"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language