Skip to content

Instantly share code, notes, and snippets.

@stevelaz
Created July 3, 2014 15:24
Show Gist options
  • Save stevelaz/daecc32e0a8f2758b649 to your computer and use it in GitHub Desktop.
Save stevelaz/daecc32e0a8f2758b649 to your computer and use it in GitHub Desktop.
git post-commit hook with programmerexcuses.com output
echo "You just commited the following:"
git log -1 HEAD
echo "----------------------------------------------"
echo ""
curl -s programmerexcuses.com | sed -n '/<a.*>/{s/<[^>]*>//g;p}'
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment