Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created September 6, 2011 02:19
Show Gist options
  • Save mingderwang/1196402 to your computer and use it in GitHub Desktop.
Save mingderwang/1196402 to your computer and use it in GitHub Desktop.
git pull from branch not master
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