We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021a95c commit ebc797fCopy full SHA for ebc797f
src/git/README.md
@@ -60,6 +60,12 @@ Please note that mcp-server-git is currently in early development. The functiona
60
- `branch_name` (string): Name of the new branch
61
- `start_point` (string, optional): Starting point for the new branch
62
- 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
69
70
## Installation
71
0 commit comments