Constructed Git Commit Message
Git Commit Message Conventions
- AngularJS Git Commit Message Conventions
- Udacity Git Commit Message Style Guide
- 阮一峰的网络日志:Commit message 和 Change log 编写指南
Commitizen
Install committizen globally
1
npm install -g commitizen
Run the below command to support Angular commit message convention
1
commitizen init cz-conventional-changelog --save --save-exact
Each time you want to
git commit
, usegit cz
instead.