Skip to content

Instantly share code, notes, and snippets.

@jacobo
Created August 28, 2014 20:16
Show Gist options
  • Save jacobo/5e3cfc4ff576fa9c38ea to your computer and use it in GitHub Desktop.
Save jacobo/5e3cfc4ff576fa9c38ea to your computer and use it in GitHub Desktop.
while :; do clear; git add -A; git commit -m "update"; git push origin master; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment