File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments