gitea_create_branch
Create a new branch in a Gitea repository from an existing branch or commit to manage code development and version control.
Instructions
[UNIFIED] Create a new branch in a Gitea repository from existing branch or commit.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| owner | Yes | ||
| repo | Yes | ||
| new_branch_name | Yes | ||
| old_branch_name | No | ||
| old_ref_name | No |