Skip to content

Instantly share code, notes, and snippets.

@nikcorg
Created February 21, 2012 10:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikcorg/1875753 to your computer and use it in GitHub Desktop.
Save nikcorg/1875753 to your computer and use it in GitHub Desktop.
Solve all your commit message problems with one small alias
alias commit='git commit -a -m \"$(curl -s http://whatthecommit.com|xpath "//p[1]/text()" 2>/dev/null)\"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment