pabru / commitment

A commit message generator that I use.

Home Page:http://whatthecommit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 nick@gerakines.net

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

About

A commit message generator that I use.

http://whatthecommit.com/


Languages

Language:Python 85.2%Language:HTML 14.8%