This package deploys a random commit message generator to yolo.shrugify.com.
- Visit yolo.shrugify.com to get a random commit message.
- Retrieve and apply a plain text commit message from the shell:
git commit -m "$(curl -s https://yolo.shrugify.com/message.txt)"
- Pro tip! Create an alias:
git config --global alias.yolo '!git commit -m "$(curl -s https://yolo.shrugify.com/message.txt)"'
- Bonus! Get the original
What The Commit
messages.git commit -m "$(curl -s https://yolo.shrugify.com/whatthecommit.txt)"
This package is inspired by one of my favorite projects: whatthecommit.com
Thanks to @ngerakines and the many other contributors of ngerakines/commitment
.
This project is licensed under GNU General Public License 3.0 (or later).