list_branches
Fetch all branches of a GitHub repository with their latest commit SHAs to see the current state of each branch.
Instructions
List branches of a repository with their latest commit SHAs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name (without owner) | |
| owner | No | Repo owner; defaults to GITHUB_DEFAULT_OWNER |