For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Create Branch

GitLab Operation

The Create Branch action creates a new branch in a repository.

Example User Story

I want to create a new feature branch so I can safely develop a checkout improvement without affecting the main codebase.

Fields

Field Name
Field Type
Required

projectId

Integer

Yes

branchName

String

Yes

ref

String

Yes

GitLab

Example link

Code (Apache v2.0): Operation

Last updated