Skip to content

Instantly share code, notes, and snippets.

@adsurbum
Created September 15, 2013 21:57
Show Gist options
  • Save adsurbum/6574696 to your computer and use it in GitHub Desktop.
Save adsurbum/6574696 to your computer and use it in GitHub Desktop.
git commit alias interesting
function gitcommit(){
d=$@
git commit -am "$d"
}
alias g='gitcommit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment