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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ NOTE: All common config can be configured via `~/.fastcommit/config.toml`
33
33
-`--branch-prefix`: prefix of the generated branch name
34
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`.
35
35
-`-p, --prompt <PROMPT>`: Additional prompt to help AI understand the commit context.
36
+
-`-r, --range <RANGE>`: Specify diff range for generating commit message (e.g. HEAD~1, abc123..def456).
36
37
-`-h, --help`: Print help information.
37
38
-`-V, --version`: Print version information.
38
39
@@ -62,6 +63,16 @@ NOTE: All common config can be configured via `~/.fastcommit/config.toml`
0 commit comments