git MCP server

git_checkout

Switch Git branches efficiently by specifying the repository path and branch name. Enables seamless navigation and management of code versions within a Git MCP server.

Instructions

Switches branches

Input Schema

NameRequiredDescriptionDefault
branch_nameYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "branch_name": { "title": "Branch Name", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "branch_name" ], "title": "GitCheckout", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae