DNA
4/4/2012 - 10:51 PM

Create a commit with the message generated by whatthecommit.com. Not really useful, but funny :P

Create a commit with the message generated by whatthecommit.com. Not really useful, but funny :P

[alias]
	test = !echo "$PWD — $(date +%Y%m%d%H%M%S)" >> "$HOME/.gitlog" && git add . -vA && git commit -m "\"{Teste de Código} $(curl 'http://whatthecommit.com/' 2>/dev/null | grep '<p>' | sed -e 's/^...//')\"" && git pull -q && git push -q