Skip to content

Instantly share code, notes, and snippets.

@alanhoff
Created June 7, 2014 19:28
Show Gist options
  • Save alanhoff/dd55d31fbc93f8ffaea3 to your computer and use it in GitHub Desktop.
Save alanhoff/dd55d31fbc93f8ffaea3 to your computer and use it in GitHub Desktop.
#!/bin/bash
git add . --all
git commit -am "$2"
git push $1 master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment