On Sat, 3 Aug 2013 01:45:03 +0530, Ramkumar Ramachandra <[email protected]> 
wrote:
> Pieter Praet wrote:
> [...]
> > -    $ git checkout -b BRANCH
> > +    $ git checkout -b LOCAL-BRANCH REMOTE-BRANCH
> 
> Unnecessary. Modern git sets up tracking information automatically,
> using branch names.

Almost.

$ git checkout <branch>
... will do this for you iff that branch exists in only a single remote.

$ git checkout -b <branch>
... on the other hand, will create and checkout <branch> at HEAD.


Peace

-- 
Pieter

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to