[git-users] Re: git gui equivalent to git checkout -b

2011-03-30 Thread matseitz_cisco
On Mar 30, 11:40 am, Konstantin Khomoutov wrote: > On Wed, 30 Mar 2011 10:14:05 -0700 (PDT) > matseitz_cisco wrote: > > 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"? > > Instead of sp

Re: [git-users] Re: git gui equivalent to git checkout -b

2011-03-30 Thread Konstantin Khomoutov
On Wed, 30 Mar 2011 10:14:05 -0700 (PDT) matseitz_cisco 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

[git-users] Re: git gui equivalent to git checkout -b

2011-03-30 Thread matseitz_cisco
On Mar 30, 12:15 am, Konstantin Khomoutov wrote: > On Mar 29, 10:00 pm, "Matt Seitz (matseitz)" > 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

[git-users] Re: git gui equivalent to git checkout -b

2011-03-30 Thread Konstantin Khomoutov
On Mar 29, 10:00 pm, "Matt Seitz (matseitz)" 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 se