get_commit
Retrieve details for a specific commit, including the list of changed files, by providing the owner, repository, and commit SHA, branch, or tag.
Instructions
Get details of a specific commit including files changed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Commit SHA, branch name, or tag | |
| repo | Yes | ||
| owner | Yes |