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