git_show_file
Display file contents from any commit or branch in a Git repository to review code history and changes.
Instructions
Show contents of a file at a specific commit
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the file | |
| commit | No | Commit hash or branch name (default: HEAD) | HEAD |