list_branches
Retrieve available branches from a Gitopia repository to identify targets for cloning or pull requests. Provide repository owner and name to get branch names and SHAs.
Instructions
Use this when you need to discover branches before cloning or creating a PR. Returns a JSON array of branch objects with name and SHA. Requires 'owner' and 'name'. Returns up to 100 branches. See also: get_repo, create_pull_request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| name | Yes |