[Scummvm-devel] Release 1.3.0 status -- branch

Tarek Soliman tarek-spam at zeusmail.bounceme.net
Mon May 2 05:31:03 CEST 2011


> In case someone is wondering when the branch does not show up after "git 
> fetch": One needs to create a local branch for the remote branch by using:
> 
> git checkout -b branch-1-3-0 origin/branch-1-3-0
> 
Also you can just do:

git checkout branch-1-3-0

This will create the local branch if it doesn't exist and set it to track the
remote one, which is the same as the one gave.
-- 
Tarek




More information about the Scummvm-devel mailing list