I am using TortoiseGit for Windows. I see two branches on remote/origin:
HEAD 20 minutes ago Some commit message.
master 20 minutes ago Some commit message.
I am confused why HEAD shows up as a branch; I did not explicitly create a separate branch on origin - it should only be 'master'. It's not really a problem, since they seem to update together anyway.
If I execute git branch
on origin, it only shows 'master'.
Why are there two branches? Is this a TortoiseGit-specific thing, or a Git-specific thing? Thanks!