Git MCP Server
by Sheshiyer
branch_create
Create a new branch
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | Force create branch even if it exists | |
name | Yes | Branch name | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) | |
setUpstream | No | Set upstream for push/pull | |
track | No | Set up tracking mode |