create_branch
Create a new branch in a GitLab project. Specify the project, branch name, and optionally a 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 |