create_branch
Create a new branch in a GitHub repository. Specify owner, repository, and branch name to organize development work and manage code changes.
Instructions
Create a new branch in a repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| branch_name | Yes | Name for the new branch | |
| from_branch | No | Source branch name (defaults to the repo's default branch) |