I am confused about HEAD pointer in the git branch -a
output, which is not explained in the documentation.
- I have an origin repository with a
master-branch
and a branchnipunbatra-patch-1
. - I have another remote repository
NILMTKtoENERGYTK
. - My local repository has a
master
branch and amy-branch
to which I want to add the changes from theNILMTKtoENERGYTK
repo.
Why is there only a HEAD label in the origin
repo and neither in the NILMTKtoENERGYTK
nor in the local repo? And which implications does it have for me?