create_branch
Create a new branch in an Alibaba Cloud Codeup repository to manage code versions and support development workflows.
Instructions
[Code Management] Create a new branch in a Codeup repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| repositoryId | Yes | Repository ID or a combination of organization ID and repository name, for example: 2835387 or organizationId%2Frepo-name (Note: slashes need to be URL encoded as %2F) | |
| branch | Yes | Name of the branch to be created | |
| ref | No | Source branch name, the new branch will be created based on this branch, default value is master | master |