github_get_commit
Retrieve commit details with file changes and stats by providing owner, repo, and a commit SHA, branch, or tag.
Instructions
Get detailed information about a specific commit including file changes and stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Commit SHA, branch name, or tag name | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (organization or username) |