Skip to content

Commit 19c0fde

Browse files
committed
format markdown
1 parent ce7b8d6 commit 19c0fde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,9 @@ someone wants to do it).
130130
- **[Claude]** Now I understand how the git diff functionality works in mcpunk.
131131
Let me summarize how a user would get the git diff of the currently checked out branch:
132132
To get a git diff of the currently checked out branch in a repo configured with mcpunk:
133-
134133
1. First, the user needs to configure mcpunk to work with their project by using the configure_project tool
135134
2. To see what branches were recently checked out (to identify what to diff against)
136135
3. Then, to get the diff between the current branch (HEAD) and a reference branch
137-
138136
This will display the differences between the current branch (HEAD) and the specified reference branch.
139137
The ref parameter should be the name of the base branch (like "main" or "develop") that you want to compare against.
140138
- **[User]** Great job pal!

0 commit comments

Comments
 (0)