Skip to content

Commit ebc797f

Browse files
committed
README change
1 parent 021a95c commit ebc797f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/git/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ Please note that mcp-server-git is currently in early development. The functiona
6060
- `branch_name` (string): Name of the new branch
6161
- `start_point` (string, optional): Starting point for the new branch
6262
- Returns: Confirmation of branch creation
63+
8. `git_checkout`
64+
- Switches branches
65+
- Inputs:
66+
- `repo_path` (string): Path to Git repository
67+
- `branch_name` (string): Name of branch to checkout
68+
- Returns: Confirmation of branch switch
6369

6470
## Installation
6571

0 commit comments

Comments
 (0)