commitizen / commitizen/cz-cli
How to configure commitizen to use the default revert message
未关闭
- 主要语言
- JavaScript
- 星标
- 17.5k
- 派生
- 566
- 平均合并
- 8 小时 16 分钟
- 30 天内合并 PR
- 1
描述
Git helps to generate default commit message when we do the “revert”.
Default message looks like this:
```
Revert "feat: a feature blah blah"
This reverts commit 607fb9a313b8f08113cb16dd88ee358aa0e7f128.
```
It's conventional.
The "revert" type should be chosen when we do the revert, after commitizen installed. and the "Body" message is difficult to complete.
How can I just use the default message from Git when doing the “revert”?
贡献指南
评估
这个 Issue 还没有评估数据。