gitlab_add_branch
Creates a new GitLab branch from a specified source branch, tag, or SHA, enabling isolated development without disrupting the main codebase.
Instructions
Creates a branch (POST /repository/branches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Source branch, tag, or SHA. | |
| branch | Yes | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. |