Skip to content

Instantly share code, notes, and snippets.

@tychoish
Last active August 29, 2015 14:20
Show Gist options
  • Save tychoish/9594b6d7a2e108d59a21 to your computer and use it in GitHub Desktop.
Save tychoish/9594b6d7a2e108d59a21 to your computer and use it in GitHub Desktop.
gcam () {
git commit --amend -m "$*"
}
gcaam () {
git commit -a --amend -m "$*"
}
gc () {
git commit -m "$*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment