[cmake-developers] git push ?

Brad King brad.king at kitware.com
Mon Jun 14 13:28:42 EDT 2010


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



More information about the cmake-developers mailing list