OK, if I do git checkout do I need to backup my changed files somewhere else? I've already made a lot of changes and I don't want to lose them.
Thanks for the advice! Derek On Fri, Oct 10, 2008 at 3:43 PM, Martin Ellis <[EMAIL PROTECTED]> wrote: > > On Fri, Oct 10, 2008 at 10:37 PM, Derek Chen-Becker > <[EMAIL PROTECTED]> wrote: > > OK, I think I know how to create a new branch, but being a Git newb I > really > > don't want to nuke anything. Do I just do a "git branch <my new branch > > name>" in my local repo? > > I think you want: git checkout -b branchName > > git branch on it's own won't switch to the new branch. > > Martin > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
