On Fri, Oct 28, 2011 at 3:43 PM, Chris Stone <nightshade1...@gmail.com>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 git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to