File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments