Resolve Git Warning refname HEAD is Ambiguous in Terminal on Mac - DevPops-Inc/mac GitHub Wiki
• The following resolution is for if you receive a Git warning that refname HEAD is ambiguous.
•

• Type git branch -d HEAD and press the “return” key to delete the HEAD branch.
•

• Type git status and press the “return” key and the warning won’t appear this time around.
•
