bb_create_branch
Create a new branch from a specified commit in a Bitbucket repository.
Instructions
Create a new branch in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New branch name | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) | |
| target_hash | Yes | Commit hash to branch from |