Skip to content

Instantly share code, notes, and snippets.

@cracell
Created April 17, 2012 17:25
Show Gist options
  • Save cracell/2407621 to your computer and use it in GitHub Desktop.
Save cracell/2407621 to your computer and use it in GitHub Desktop.
Git Commands and You: A Self Help Guide with Fuzzy Pictures (Work in progress)
Pull a remote branch
git pull #To learn about the branch
git checkout -b newdesign origin/newdesign #To actually pull said branch and check it out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment