Skip to content

Commit 23d1e76

Browse files
committed
docs: skip confirmation when generating commit messages
- Clarify that commit message generation for staged changes now skips confirmation prompts - Update example to use the --no_confirm flag Signed-off-by: appleboy <[email protected]>
1 parent fe23603 commit 23d1e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skills/commit-helper/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ bash < <(curl -sSL https://raw.githubusercontent.com/appleboy/CodeGPT/main/insta
2121

2222
### Basic Usage
2323

24-
Generate a commit message for staged changes:
24+
Generate a commit message for staged changes (Skip confirmation prompts):
2525

2626
```bash
27-
codegpt commit
27+
codegpt commit --no_confirm
2828
```
2929

3030
### Common Options

0 commit comments

Comments
 (0)