gitee_list_branches
List all branches of a Gitee repository. Specify the repository owner and name to retrieve branch details, with optional pagination.
Instructions
List repository branches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |