On Mar 30, 12:15 am, Konstantin Khomoutov
<flatw...@users.sourceforge.net> wrote:
> On Mar 29, 10:00 pm, "Matt Seitz (matseitz)" <matse...@cisco.com>
> 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->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."

Thanks for confirming that "git checkout -b" would be the correct CLI
command.

Are you also saying that the git gui "Branch->Create" command with the
"Checkout After Creation" option enabled is the equivalent of "git
checkout -b"?

-- 
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