create_branch
Create a new GitLab branch in a specified project. Provide branch name, project ID, and optionally a source ref for branching.
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 |