create_branch
Create a new branch in a GitLab project by specifying the project ID, branch name, and optional source branch or commit.
Instructions
Create a new branch in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Source branch/commit for new branch | |
| branch | Yes | Name for the new branch | |
| project_id | Yes | Project ID or URL-encoded path |