create_branch
Create a new branch in a specified GitLab project. Optionally set a source branch or commit for the new branch.
Instructions
Create a new branch
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 complete URL-encoded path to project |