Create repository branch
create_branchCreate a new GitLab branch from any existing branch, tag, or commit SHA. Specify the project and target branch name to enable parallel development or isolated feature work.
Instructions
Create a branch from an existing branch, tag, or commit SHA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| branch | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |