list_branches
List branches of a repository by owner and repo. Supports pagination to navigate results.
Instructions
List branches of a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| page | No | Page number (starts at 1) | |
| limit | No | Number of results per page (max 50) |