Create branch
create_branchCreate a Git branch from a specific commit in an Azure DevOps repository, with a confirmation flag to prevent accidental creation if the branch name already exists.
Instructions
Create a branch at an exact source commit, failing safely if the branch already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to perform the mutation. | |
| project | No | ||
| branchName | Yes | ||
| repositoryId | Yes | ||
| sourceObjectId | Yes |