create_branch
Create a new branch in a Bitbucket repository from an existing branch. Specify the repository slug and branch name; optionally set the source branch (defaults to main).
Instructions
Create a new branch in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | Repository slug (e.g. "my-repo") | |
| branch_name | Yes | Name of the new branch | |
| source_branch | No | Branch to create from | main |