create_branch
Generate a concise meta description for the create_branch tool that focuses on its purpose: creating a feature branch from an existing branch without overwriting existing branches.
Instructions
Create a feature branch from an existing branch. Existing branches are never overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| sourceBranch | No | main |