Created
June 8, 2012 09:59
-
-
Save tudormunteanu/2894788 to your computer and use it in GitHub Desktop.
git cmmands
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
| // retrieve a remote branch (and create it on local) | |
| git checkout -b readability origin/readability | |
| // push to remote a local branch (creates a new branch on the remote repo) | |
| git push origin customButtons // simple, right? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment