We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad27427 commit c5ef645Copy full SHA for c5ef645
.opencode/command/commit.md
@@ -1,6 +1,6 @@
1
---
2
description: git commit and push
3
-model: opencode/glm-4.6
+model: opencode/glm-4.7
4
subtask: true
5
6
@@ -26,3 +26,13 @@ about what user facing changes were made
26
27
if there are changes do a git pull --rebase
28
if there are conflicts DO NOT FIX THEM. notify me and I will fix them
29
+
30
31
+## GIT DIFF
32
+!`git diff`
33
34
+## GIT DIFF --cached
35
+!`git diff --cached`
36
37
+## GIT STATUS --short
38
+!`git status --short`
0 commit comments