createBranch
Create a branch in a Bitbucket repository from a specific commit. Supply workspace, repo slug, branch name, and target hash to start parallel work.
Instructions
Create a new branch in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new branch | |
| target | Yes | ||
| repo_slug | Yes | Repository slug | |
| workspace | Yes | Bitbucket workspace name |