This link has been bookmarked by 17 people . It was first bookmarked on 28 May 2008, by Ramon Tayag.
-
arzumyeveryday git
-
-
Git_Guide
-
-
Jason ShiroffI want to work on an upstream branch other than "master".
$ git checkout --track -b <local name> origin/<remote name>
Note: this creates a local branch <local name> based on the upstream branch and switches your working copy to that branch.
$ git pull
$ git push origin <local name>
Sometimes you may need to use the following instead of that last commit:
$ git push origin <local name>:<remote name without origin/> -
ciukes .git log
-
Ramon Tayagcurrent
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.