create_branch
Create a new branch in Bitbucket Cloud from a specific commit or existing branch to organize development work and isolate changes.
Instructions
Create a new branch from a specific commit or existing branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace slug | |
| repo_slug | Yes | The repository slug | |
| name | Yes | New branch name | |
| target | Yes | Target commit hash or branch name |