create_branch
Create a new branch in a repository, optionally from a specified source branch, to isolate changes for development or feature work.
Instructions
Create a new branch in a repository.
Args: repo_id: Repository ID. name: Branch name. source_branch_id: Branch to fork from. If empty, forks from the repo's default branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | ||
| name | Yes | ||
| source_branch_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |