Skip to content

Commit 6aa4677

Browse files
committed
update readme
1 parent 7ed4fa1 commit 6aa4677

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,20 @@ ggw <COMMAND> [Options]
2929
- `--oneline`: output only llm's return for cli pipes
3030
- Options for `commit`
3131
- `--auto-commit`: allow auto git commit by generated message
32+
- `-D --diff <DIFF_COMMIT>`: specify commit hash or tag or git symbolic ref(e.g. 'HEAD')
3233
- Options for `readme`
3334
- `-s --source <source file list>`: source files path. A list of file paths separated by ','.
3435
- `-d --directory <source dir>`: souce file folder
3536
- `--merge-readme`: allow merge to existing README.md
37+
- Options for `sumdiff`
38+
- `-D --diff <DIFF_COMMIT>`: specify commit hash or tag or git symbolic ref(e.g. 'HEAD')
39+
40+
## Examples
41+
42+
```shell
43+
# give `git diff` to command
44+
ggw commit -m gemini/gemini-2.0-flash
45+
46+
# gice `git diff 76fd1d0` to command
47+
ggw sumdiff -D 76fd1d0 -m gemini/gemini-2.5-pro
48+
```

0 commit comments

Comments
 (0)