Skip to content

Instantly share code, notes, and snippets.

@mathie
Created July 2, 2010 11:18
Show Gist options
  • Save mathie/461237 to your computer and use it in GitHub Desktop.
Save mathie/461237 to your computer and use it in GitHub Desktop.
# My new git commit shortcut, thanks to http://whatthecommit.com/ :-)
alias commit='git commit -m "$(curl -s http://whatthecommit.com/ |grep '<p>' |cut -c 4-)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment