You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: All common config can be configured via `~/.fastcommit/config.toml`
28
+
27
29
-`-d, --diff-file <DIFF_FILE>`: Specify the path to the file containing the differences.
28
30
-`--conventional <CONVENTIONAL>`: Enable or disable conventional commit style analysis. Acceptable values are `true` or `false`.
29
31
-`-l, --language <LANGUAGE>`: Specify the language for the commit message. Acceptable values are `en` (English) or `zh` (Chinese).
32
+
-`-gb, --generate-branch`: Generate branch name.
33
+
-`--branch-prefix`: prefix of the generated branch name
30
34
-`-v, --verbosity <VERBOSITY>`: Set the detail level of the commit message. Acceptable values are `verbose` (detailed), `normal`, or `quiet` (concise). The default is `quiet`.
0 commit comments