create_branch
Create a new branch in a GitHub repository by specifying owner, repo, and branch name, with optional source branch selection.
Instructions
Create a new branch in a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or organization) | |
| repo | Yes | Repository name | |
| branch | Yes | Name for the new branch | |
| from_branch | No | Optional: source branch to create from (defaults to the repository's default branch) |