git_diff
Compare Git changes to identify differences between commits, branches, or working directory states for code review and version control.
Instructions
Show git diff
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | Specific file to diff (optional) | |
| staged | No | Show staged changes | |
| cwd | No | Working directory (optional, defaults to project root) |