10000
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 d6c4c4a commit 4e08524Copy full SHA for 4e08524
.DS_Store
6 KB
docs/commit.md
@@ -0,0 +1,11 @@
1
+
2
+
3
+## About
4
5
+In your terminal run `cz commit` or the shortcut `cz c` to generate a guided git commit.
6
7
+A commit can be signed off using `cz commit --signoff` or the shortcut `cz commit -s`.
8
9
+!!! note
10
+ To maintain platform compatibility, the `commit` command disable ANSI escaping in its output.
11
+ In particular pre-commit hooks coloring will be deactivated.
mkdocs.yml
@@ -12,6 +12,7 @@ nav:
12
- Introduction: 'README.md'
13
- Commands:
14
- Init: 'init.md'
15
+ - Commit: 'commit.md'
16
- Bump: 'bump.md'
17
- Check: 'check.md'
18
- Changelog: 'changelog.md'
0 commit comments