Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@codingoutloud
Last active December 1, 2017 19:16
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 codingoutloud/76ead71dae68a5d800a611ed4c200d7c to your computer and use it in GitHub Desktop.
Save codingoutloud/76ead71dae68a5d800a611ed4c200d7c to your computer and use it in GitHub Desktop.
Simple mode to continually push from a remote machine to a git repo
git add --all
git commit --all -m "Update"
git push