Skip to content

Instantly share code, notes, and snippets.

@asafmaor
Last active November 27, 2015 12:10
Show Gist options
  • Save asafmaor/1bade008f86b1fcebdc0 to your computer and use it in GitHub Desktop.
Save asafmaor/1bade008f86b1fcebdc0 to your computer and use it in GitHub Desktop.
alias whatthecommit='text=`curl -s http://whatthecommit.com/ |grep "<body>" -A 2|grep "<p>"`; text=${text:3};git commit -am "$text"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment