create_branch
Create a new branch in a GitHub repository from a specified branch, tag, or commit SHA. If no source is given, the default branch is used.
Instructions
Create a new branch from an existing reference (branch, tag, or SHA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| branch | Yes | Name for the new branch | |
| from_branch | No | Source branch/tag/SHA to create from. Default: repo default branch |