Skip to content

Commit c5ef645

Browse files
committed
ignore: update commit.md
1 parent ad27427 commit c5ef645

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.opencode/command/commit.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: git commit and push
3-
model: opencode/glm-4.6
3+
model: opencode/glm-4.7
44
subtask: true
55
---
66

@@ -26,3 +26,13 @@ about what user facing changes were made
2626

2727
if there are changes do a git pull --rebase
2828
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

Comments
 (0)