git_checkout
Switch to a specified branch or commit in a Git repository using the GIT MCP Server. Optionally create a new branch if it does not exist. Simplify repository management through automated workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | Yes | Branch or commit to checkout | |
create | No | Create new branch if it does not exist | |
repository_path | Yes | Path to the git repository |