You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command line utility to standardize git commit messages, golang version. Forked from [commitizen-go](https://github.com/lintingzhen/commitizen-go).
4
8
5
9
The [survey](https://github.com/AlecAivazis/survey) project is no longer maintained. Therefore, this project uses [bubbletea](https://github.com/charmbracelet/bubbletea) instead.
6
10
11
+

12
+
7
13
## Getting Started
8
14
9
15
```
@@ -13,8 +19,9 @@ Usage:
13
19
commitizen
14
20
commitizen [command]
15
21
16
-
Available Commands:
17
-
init Initialize this tool to git-core as git-cz.
22
+
Available Commands:
23
+
init Install this tool to git-core as git-cz.
24
+
version Print the CLI version information.
18
25
help Help about any command
19
26
20
27
Flags:
@@ -38,7 +45,7 @@ $ git cz
38
45
39
46
Download the pre-compiled binaries from the [releases page](https://github.com/shipengqi/commitizen/releases) and copy them to the desired location.
40
47
41
-
Then initialize this tool to git-core as git-cz:
48
+
Then install this tool to git-core as git-cz:
42
49
```
43
50
$ commitizen init
44
51
```
@@ -100,7 +107,7 @@ items:
100
107
- name: subject
101
108
desc: "Subject. Concise description of the changes. Imperative, lower case and no final dot:"
102
109
type: input
103
-
required: true
110
+
required: true# (optional) If true, enable a validator that requires the control have a non-empty value.
104
111
- name: body
105
112
desc: "Body. Motivation for the change and contrast this with previous behavior:"
0 commit comments