Skip to content

Commit b91b8bf

Browse files
committed
docs(flags): usage of '--git-flag'
1 parent 1eac0c2 commit b91b8bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Git Commit flags:
4040
override author for commit
4141
--date string
4242
override date for commit
43+
--git-flag strings
44+
git flags, e.g. --git-flag="--branch"
45+
-n, --no-verify
46+
bypass pre-commit and commit-msg hooks.
4347
-q, --quiet
4448
suppress summary after successful commit
4549
-s, --signoff
@@ -59,6 +63,8 @@ Commitizen flags:
5963
Use "commitizen [command] --help" for more information about a command.
6064
```
6165

66+
> To use more Git flags, you can use the '--git-flag' flag. Please do not conflict with other Git commit flags.
67+
6268
Commit with commitizen:
6369

6470
```

0 commit comments

Comments
 (0)