Created
April 17, 2012 17:25
-
-
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)
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
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