list_branches
List all branches of a repository by providing owner and repo name, returning up to 100 branch objects with name and SHA, to discover branches before cloning or creating a pull request.
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 |