On Tue, 2 Jun 2015 15:37:33 +0200
Magnus Therning <mag...@therning.org> wrote:

[...]
> at the next `git fetch` people will see that branch locally and they
> can check it out using
> 
>     % git checkout -b temporary origin/temporary
[...]

As a useful shortcut, these days

  git checkout origin/temporary

will create a local branch named "temporary" which is set to track
origin/temporary.

Of course, this shortcut is only to be used by those who understand
what happens, and why.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to