create_branch
Create a new branch in a Bitbucket repository by specifying source commit, branch, or tag for version control workflows.
Instructions
Create a new branch in a repository.
Args: repo_slug: Repository slug (name) name: Name for the new branch target: Commit hash, branch name, or tag to branch from workspace: Bitbucket workspace (optional if configured)
Returns: Created branch details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| name | Yes | ||
| target | Yes | ||
| workspace | No |