Git::Message
git-message is A plugin of Git for creating a Angular style commit message.
Installation
Add this line to your application's Gemfile:
gem 'git-message'
And then execute:
$ bundle
Or install it yourself as:
$ gem install git-
Usage
Angular style commit message
type[scope]:subject
Type
- feat
- fix
- docs
- style
- refactor
- test
- chore
- debug
Command
git --type 1 --scope hello.rb -- world
or just use
git
and then follow the note to enter the type,scope and subject
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Wingzki/git-message. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.