show_file_diff
Compare changes in a specific file between two git branches to view exact differences.
Instructions
Show specific changes in a file between branches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | Yes | Path to the git repository | |
| filename | Yes | Path to the file relative to the repository root | |
| fromBranch | No | Branch to compare from (default: main/master) | |
| toBranch | No | Branch to compare to (default: current) |