create_branch
Create a new branch from a specified ref, with a safety dry-run mode to preview before execution.
Instructions
Create a new branch from a ref. dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| name | Yes | New branch name | |
| ref | Yes | Source ref (branch, tag, or commit SHA) | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |