commitizen / commitizen/cz-cli

How to configure commitizen to use the default revert message

Open
#711 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
17.5k
Forks
566
Avg merge
8h 16m
Merged PRs (30d)
1

Description

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”?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.