Skip to content

Commit 4e08524

Browse files
12rambauLee-W
authored andcommitted
docs: add commit cli
1 parent d6c4c4a commit 4e08524

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

docs/commit.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
![Using commitizen cli](images/demo.gif)
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nav:
1212
- Introduction: 'README.md'
1313
- Commands:
1414
- Init: 'init.md'
15+
- Commit: 'commit.md'
1516
- Bump: 'bump.md'
1617
- Check: 'check.md'
1718
- Changelog: 'changelog.md'

0 commit comments

Comments
 (0)