File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ This feature can be useful if your project follows the Conventional Commits stan
106106Lazycommit now lets you review the generated message, optionally edit it, and then confirm before it is committed.
107107
108108- You'll see a menu: Use as-is, Edit, or Cancel
109+ - If you choose Use as-is, it commits immediately without additional prompts
109110- If you choose Edit, you can modify the message; then you'll be asked to confirm the final message before committing
110111
111112Example (single commit):
@@ -114,8 +115,9 @@ Example (single commit):
114115git add .
115116lazycommit
116117# Review generated commit message:
117- # feat: Add lazycommit command
118- # → Choose "Edit" to modify, then confirm the final message before commit
118+ # feat: add lazycommit command
119+ # → Choose "Use as-is" to commit immediately
120+ # → Or choose "Edit" to modify, then confirm the final message before commit
119121```
120122
121123#### Exclude files from analysis
You can’t perform that action at this time.
0 commit comments