Skip to content

Commit 760a9ab

Browse files
docs: update README to add lazycommit command usage options
1 parent 9baaf68 commit 760a9ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ This feature can be useful if your project follows the Conventional Commits stan
106106
Lazycommit 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

111112
Example (single commit):
@@ -114,8 +115,9 @@ Example (single commit):
114115
git add .
115116
lazycommit
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

0 commit comments

Comments
 (0)