get_commit
Retrieve detailed information about a specific GitHub commit, including statistics and changed files, to analyze code changes and track repository history.
Instructions
Get details of a specific commit including stats and changed files.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| ref | Yes | Commit SHA, branch name, or tag |