diff options
| author | GitHub Action <[email protected]> | 2026-01-24 17:27:03 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-24 17:27:03 +0000 |
| commit | d9eebba90ed6028f2367ea09f753696ee93b2366 (patch) | |
| tree | a8a1134bb8c7a6821a99d41a189ad20ee6ec6a8e /.opencode/command/commit.md | |
| parent | c5ef6452b37149bf27027f56974193ca53010fd9 (diff) | |
| download | opencode-d9eebba90ed6028f2367ea09f753696ee93b2366.tar.gz opencode-d9eebba90ed6028f2367ea09f753696ee93b2366.zip | |
chore: generate
Diffstat (limited to '.opencode/command/commit.md')
| -rw-r--r-- | .opencode/command/commit.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md index c7ffa8d4f..826002919 100644 --- a/.opencode/command/commit.md +++ b/.opencode/command/commit.md @@ -27,12 +27,14 @@ 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` |
