create_branch
Create a new branch in a GitLab project by specifying the source branch or commit, enabling organized development workflows and version control.
Instructions
Create a new branch in a GitLab project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or complete URL-encoded path to project | |
| branch | Yes | Name for the new branch | |
| ref | No | Source branch/commit for new branch |