Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 484 Bytes

README.markdown

File metadata and controls

16 lines (10 loc) · 484 Bytes

Commitment is a small Tornado application that generates random commit messages.

http://whatthecommit.com/

Commitment also provides http://whatthecommit.com/index.txt which provides plain text output.
Some interesting usage for that can be:

git config --global alias.yolo '!git commit -m "$(curl -s whatthecommit.com/index.txt)"'

License

Copyright (c) 2010 Nick Gerakines [email protected]

This project and its contents are open source under the MIT license.