github_git_get_commit
Retrieve a Git commit object by specifying the repository owner, repository name, and commit SHA. Ideal for accessing commit details programmatically.
Instructions
Get a commit object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| commit_sha | Yes | commit_sha |