create_branch
Create a new GitLab branch in a specified project. Provide project ID, branch name, and optional source ref to branch from an existing commit or branch.
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 | No | Project ID or complete URL-encoded path to project |