We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb846 commit fb26cd3Copy full SHA for fb26cd3
README.md
@@ -29,19 +29,22 @@ Download binary from [releases](https://github.com/conventionalcommit/commitlint
29
#### Using go
30
31
```bash
32
-# Install commitlint
33
go install github.com/conventionalcommit/commitlint@latest
34
```
35
36
### Enable in Git Repo
37
38
-```bash
39
-# enable for single repo
40
-commitlint init # from repo directory
+- enable for a single repository, `cd` to repository directory
41
42
-# enable for globally for all repos
43
-commitlint init --global
44
-```
+ ```bash
+ commitlint init
+ ```
+
+- enable globally for all repositories
45
46
+ commitlint init --global
47
48
49
### Test
50
0 commit comments