On Jan 4, 6:03 am, fester225 <[email protected]> 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 [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.
