I don't understand the second line in the output to git branch -l -a
: remotes/origin/HEAD -> origin/master
.
git branch -l -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
Is that a leftover from another operation? Should I clean it up? And how would I do that?
Usually I work with git on the cli, but on this local repository I experimented with TortoiseGit
to find an easy git workflow for a friend.