I have a remote repository http://github.com/fernandezpablo85/Test
There is a master branch in this repo, but it is behind two other branches, so when I clone it, I get this command:
warning: remote HEAD refers to a non-existent ref that is unable to verify.
And also I don't get the local master branch ( git branch shows nothing).
I can fix all of this:
git checkout -b master origin/master
But I was wondering why this is happening? Is the host supposed to be a more developed industry? Or is there something else wrong with my repo?
git
Pablo fernandez
source share