diff options
| author | Aiden Cline <[email protected]> | 2026-01-24 12:26:18 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-24 12:26:21 -0500 |
| commit | c5ef6452b37149bf27027f56974193ca53010fd9 (patch) | |
| tree | 3580f965b68c73a5bd2371e3ab7d096c8e022b08 /.opencode/command/commit.md | |
| parent | ad27427b487ea7b2468732083c5abf796ad26bfd (diff) | |
| download | opencode-c5ef6452b37149bf27027f56974193ca53010fd9.tar.gz opencode-c5ef6452b37149bf27027f56974193ca53010fd9.zip | |
ignore: update commit.md
Diffstat (limited to '.opencode/command/commit.md')
| -rw-r--r-- | .opencode/command/commit.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md index 8e9346ebc..c7ffa8d4f 100644 --- a/.opencode/command/commit.md +++ b/.opencode/command/commit.md @@ -1,6 +1,6 @@ --- description: git commit and push -model: opencode/glm-4.6 +model: opencode/glm-4.7 subtask: true --- @@ -26,3 +26,13 @@ about what user facing changes were made if there are changes do a git pull --rebase if there are conflicts DO NOT FIX THEM. notify me and I will fix them + + +## GIT DIFF +!`git diff` + +## GIT DIFF --cached +!`git diff --cached` + +## GIT STATUS --short +!`git status --short` |
