create_branch
Create a new branch in a repository from a specified commit or branch. Provide project key, repo slug, branch name, and start point.
Instructions
Create a new branch in a repository.
Args: project_key: The project key. repo_slug: The repository slug. name: Name for the new branch. start_point: Commit ID or branch name to branch from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| repo_slug | Yes | ||
| name | Yes | ||
| start_point | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |