On Fri, Oct 28, 2011 at 3:43 PM, Chris Stone <[email protected]>wrote:
> You need to git checkout develop after you clone unless you specify the > branch during clone > > Ok, I did miss that, but here's what happens. $ git checkout develop Already on 'develop' Of course I can do a checkout master and then a checkout develop and of course the files don't change since I need to get them from the remote machine. Some googling later I try this: $ git checkout -b develop origin/develop fatal: git checkout: branch develop already exists Sigh... -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
