bb_create_branch
Create a branch in a Bitbucket repository from a specified start point. Provide branch name, workspace, and repo to enable isolated development.
Instructions
Create a new branch in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Name for the new branch | |
| repo_slug | No | Repository slug/name; defaults to the repo detected from the current directory's git remote | |
| workspace | No | Bitbucket workspace; '~' targets your personal workspace | |
| start_point | No | Branch or commit to create from | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |