A small executable cheatsheet to show the list of conventional commit types.
This was based initially on https://github.com/angular/angular/blob/master/CONTRIBUTING.md and was updated with https://www.conventionalcommits.org/en/v1.0.0/#specification, which adds 'chore:' to the list.
$ brew tap thoran/tap
$ brew install thoran/tap/git-messages
$ git clone https://github.com/thoran/git-messages
$ cp ./git-messages/bin/git-messages to your preferred executable path
$ chmod +x /path/to/git-messages
$ git messages
$ git-messages
- Fork it:
https://github.com/thoran/git-messages/fork
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a new pull request