Skip to content

Instantly share code, notes, and snippets.

@corvine74
Last active December 12, 2016 16:59
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 corvine74/1e22c9b64cbf7ea716a31c720748976c to your computer and use it in GitHub Desktop.
Save corvine74/1e22c9b64cbf7ea716a31c720748976c to your computer and use it in GitHub Desktop.
  • git add . stages all modified files
  • git commit -m "message" commits staged files with commit message
  • git push origin master pushes commited files to server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment