Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/commit-commands/commands/commit-push-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Commit, push, and open a PR
## Context

- Current git status: !`git status`
- Current git diff (staged and unstaged changes): !`git diff HEAD`
- Current git diff (staged and unstaged changes): !`git diff HEAD --stat`
- Current branch: !`git branch --show-current`

## Your task
Expand Down
2 changes: 1 addition & 1 deletion plugins/commit-commands/commands/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Create a git commit
## Context

- Current git status: !`git status`
- Current git diff (staged and unstaged changes): !`git diff HEAD`
- Current git diff (staged and unstaged changes): !`git diff HEAD --stat`
- Current branch: !`git branch --show-current`
- Recent commits: !`git log --oneline -10`

Expand Down