create_branch
Create a new branch in a repository, optionally from an existing branch.
Instructions
Create a new branch in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| new_branch_name | Yes | Branch name | |
| old_branch_name | No | Branch name |