branch_create
Create a new Git branch with options for force creation, upstream tracking, and repository path specification to manage version control efficiently.
Instructions
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Git MCP Server
Related Tools
- @cyanheads/git-mcp-server
- @modelcontextprotocol/git
- @skydeckai/mcp-server-aidd
- @cyanheads/git-mcp-server
- @skydeckai/mcp-server-aidd