You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commit/commands/commit.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ description: Create a git commit with semantic commit message format
7
7
8
8
## Context
9
9
10
-
- Current Git status: !`git status`
11
-
- Current Git diff (staged and unstaged changes): !`git diff HEAD --`
12
-
- Current branch: !`git branch --show-current`
13
-
- Recent commits: !`git log --oneline -10`
10
+
- Current Git status: `git status`
11
+
- Current Git diff (staged and unstaged changes): `git diff HEAD --`
12
+
- Current branch: `git branch --show-current`
13
+
- Recent commits: `git log --oneline -10`
14
14
15
15
## Your task
16
16
17
-
Based on the above changes, create a single Git commit.
17
+
Based on the above changes, create one single or separated git commits.
18
18
19
19
You have the capability to call multiple tools in a single response. Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.
0 commit comments