summaryrefslogtreecommitdiffhomepage
path: root/.opencode
diff options
context:
space:
mode:
Diffstat (limited to '.opencode')
-rw-r--r--.opencode/command/commit.md4
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`