Skip to content

Instantly share code, notes, and snippets.

@nhc
Created September 7, 2011 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhc/1201936 to your computer and use it in GitHub Desktop.
Save nhc/1201936 to your computer and use it in GitHub Desktop.
Simple Git Workflow
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