On Jan 4, 6:03 am, fester225 <fes...@rucls.net> wrote:

Oops, a correction: to fork a local branch use the "-b" command-line
option to `git checkout`:
git checkout -b master origin/master
or do it in two steps:
git branch master origin/master
git checkout master

--

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-us...@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