ignore: update commit.md

pull/10426/head
Aiden Cline 2026-01-24 12:26:18 -05:00
parent ad27427b48
commit c5ef6452b3
1 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--- ---
description: git commit and push description: git commit and push
model: opencode/glm-4.6 model: opencode/glm-4.7
subtask: true 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 changes do a git pull --rebase
if there are conflicts DO NOT FIX THEM. notify me and I will fix them 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`