Compare two refs
compare_refsCompare two Git refs (tags, branches, or SHAs) in a public GitHub repository and view the raw commit diff between them.
Instructions
Show the raw commit diff between two Git refs (tags, branches, or SHAs) in a public GitHub repository, without categorization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base ref, e.g. a tag name like 'v1.2.0' | |
| head | Yes | Head ref, e.g. 'main' or a newer tag | |
| repo | Yes | ||
| owner | Yes |