github_compare_commits
Compare any two commits, branches, or tags to see exactly what changed. Provide base and head references to retrieve a paginated list of differences.
Instructions
Compare two commits, branches, or tags to see what changed between them
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base ref (branch, tag, or SHA) | |
| head | Yes | Head ref (branch, tag, or SHA) | |
| page | No | Page number | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (organization or username) | |
| per_page | No | Results per page (max 100) |