Created
September 7, 2011 22:08
-
-
Save nhc/1201936 to your computer and use it in GitHub Desktop.
Simple Git Workflow
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
git clone git:... | |
git add path/to/new_file | |
git commit -a | |
git pull | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment