David Cole wrote:
> The first time you need to checkout next, you should do:
> 
> git checkout -b next origin/next
> 
> which will set it up as a local branch that tracks the remote
> 'origin/next' branch...

This is mentioned in the tutorial

  http://public.kitware.com/Wiki/Git/Workflow/Topic#New_Topic

  Switch to next and update it. Use "git checkout -b next origin/next"
  to create a local next the first time.

-Brad
_______________________________________________
cmake-developers mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to