create_branch
Create a new Git branch from an existing reference in a Forgejo repository to isolate changes and support parallel development workflows.
Instructions
Create a branch named new_branch from old_ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| old_ref | Yes | ||
| new_branch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||