create_branch
Create a new branch from an existing branch in Azure DevOps. Provide the source branch and new branch name to duplicate code for features, fixes, or parallel development.
Instructions
Create a new branch from an existing one
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| sourceBranch | Yes | Name of the branch to copy from (without "refs/heads/", e.g., "master") | |
| newBranch | Yes | Name of the new branch to create (without "refs/heads/", e.g., "feature/my-branch") |