d...@dan-linux:~/wine-git$ git checkout -b master remotes/origin/master
Previous HEAD position was 1c7c406... crypt32: Correct spec entries  
for certificate stores.
Branch master set up to track remote branch master from origin.
Switched to a new branch 'master'


I'm going to have to start tracking all this...




Quoting Konstantin Khomoutov <khomou...@gmail.com>:

> On Jan 4, 6:03 am, fester225 <fes...@rucls.net> wrote:
>
> Oops, a correction: to fork a local branch use the "-b" command-line
> option to `git checkout`:
> git checkout -b master origin/master
> or do it in two steps:
> git branch master origin/master
> git checkout master
>
> --
>
> 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-us...@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.
>
>
>




"There is only one basic human right, the right to do as you damn well
please. And with it comes the only basic human duty, the duty to take the
consequences." -- PJ O'Rourke

--

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-us...@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