create_branch
Create a new branch in a GitHub repository from a specified source branch or the default branch.
Instructions
Create a new branch in a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| branch | Yes | Name for new branch | |
| from_branch | No | Source branch (defaults to repo default) |