When I do this:
git branch -a
I see precisely this:
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
Do I have two remote branches? How did I get in this situation?
All I have is my local directory, MyProject, and my remote branch on the server, MyProject.git. Other projects on my PC just have master and remotes/origin/master. Where did this HEAD branch come from?