When you run git branch -r why the blazes does it list origin/HEAD? For example, there\'s a remote repo on GitHub, say, with two branches: master a
git branch -r
origin/HEAD
My guess is that someone pushed a branch and called it HEAD:
git push origin HEAD