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 1eac0c2 commit b91b8bfCopy full SHA for b91b8bf
README.md
@@ -40,6 +40,10 @@ Git Commit flags:
40
override author for commit
41
--date string
42
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.
47
-q, --quiet
48
suppress summary after successful commit
49
-s, --signoff
@@ -59,6 +63,8 @@ Commitizen flags:
59
63
Use "commitizen [command] --help" for more information about a command.
60
64
```
61
65
66
+> To use more Git flags, you can use the '--git-flag' flag. Please do not conflict with other Git commit flags.
67
+
62
68
Commit with commitizen:
69
70
0 commit comments