Howdy Folks!
I'm finally getting my Cville client to move to Git, off of Subversion! Hurray! :-D
However I've run into something I wasn't expecting, and I was hoping some one here has seen/heard or this.
I'm now starting to convert the main Rails repo and when I get to the point in the instructions regarding tags and branches I can't proceed. :(
For this repo, my .git/refs/remotes/origin/tags folder is empty. And there are no branches under .git/refs/remotes/origin.
However, when I do: git branch -a I see them all, tags & branches, listed. But I can't check any of them out.
Does anyone have any idea what happened and how I can prevent it from happening again?
Thanks!