Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created May 25, 2010 17:27
Show Gist options
  • Save brianleroux/413421 to your computer and use it in GitHub Desktop.
Save brianleroux/413421 to your computer and use it in GitHub Desktop.
function up() {
git add .
git commit -m $1
git push origin master
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment