Skip to content

Instantly share code, notes, and snippets.

@adamancini
Created October 16, 2012 17:58
Show Gist options
  • Select an option

  • Save adamancini/3900901 to your computer and use it in GitHub Desktop.

Select an option

Save adamancini/3900901 to your computer and use it in GitHub Desktop.
Quick commit/push
function gm() {
git commit -am "$1" && git push
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment