create_branch
Create a new branch in a GitHub repository, specifying owner, repo, and branch name, with an option to set a source branch. Simplifies repository management workflows.
Instructions
Create a new branch in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | Yes | Name for the new branch | |
from_branch | No | Optional: source branch to create from (defaults to the repository's default branch) | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from GitHub MCP Server
Related Tools
- @asbloom-py/mcp-servers
- @PhialsBasement/mcp-github-server-plus
- @skydeckai/mcp-server-aidd
- @modelcontextprotocol/git
- @cyanheads/git-mcp-server