Resolve Git Warning refname HEAD is Ambiguous in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for if you receive a Git warning that refname HEAD is ambiguous.
image

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

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