Skip to content

Instantly share code, notes, and snippets.

@binde77
Created October 12, 2013 13:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binde77/6950199 to your computer and use it in GitHub Desktop.
Save binde77/6950199 to your computer and use it in GitHub Desktop.
Shell - Git: stage file, commit & push
$ git add filename.ext
$ git commit -m 'place comment here'
$ git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment