create_branch
Create a new branch in a Codeup repository to isolate code changes. Provide organization, repository, new branch name, and an optional source branch.
Instructions
[Code Management] Create a new branch in a Codeup repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Source branch name, the new branch will be created based on this branch, default value is master | master |
| branch | Yes | Name of the branch to be created | |
| repositoryId | Yes | Repository ID, or org/repo path with slashes URL-encoded as %2F. e.g. 2835387 or myorg%2Fmyrepo | |
| organizationId | Yes | Organization ID |