On Mar 29, 10:00 pm, "Matt Seitz (matseitz)" <[email protected]> wrote:
> What is the git gui equivalent to "git checkout -b"? > > I have a working tree with changes that I don't want to commit to > "master" > yet. So I want to create a new branch to contain my changes. > > If I go to "Branch->Checkout", I don't see an option to create a new > branch. > > If I go to "Branch->Create", I see an option to "Checkout After > Creation", > but I want to be sure that is the right choice. It is the right choice. To cite the git-checkout manual: "If -b is given, a new branch is created as if git-branch(1) were called and then checked out." -- 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.
