Create Branch
gitlab_create_branchCreate a new branch in a GitLab project from a specified branch or commit SHA. Provide project ID, branch name, and source ref.
Instructions
Create a new branch in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Branch name or commit SHA to create branch from | |
| branch | Yes | Name for the new branch | |
| projectId | Yes | The ID or URL-encoded path of the project |