Created
September 6, 2011 02:19
-
-
Save mingderwang/1196402 to your computer and use it in GitHub Desktop.
git pull from branch not master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
363 git config --global | |
364 git config | |
365 git pull | |
366 git branch -a | |
367 git checkout origin/monica | |
368 git branch -a | |
369 git checkout -b monica | |
371 git branch -a | |
372 git status | |
373 gitk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment