Created
February 21, 2012 10:48
-
-
Save nikcorg/1875753 to your computer and use it in GitHub Desktop.
Solve all your commit message problems with one small alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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