github_get_commit
Retrieve detailed information and diff statistics for a specific GitHub commit by providing its SHA, repository owner, and name.
Instructions
Get details and diff stats for a single commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Commit SHA. | |
| repo | Yes | Repository name. | |
| owner | Yes | Repository owner. |