git_diff
Show Git changes between commits, working tree, or index. Optionally restrict to a file or get a summary.
Instructions
Show changes between commits, working tree, or index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staged | No | If True, show staged (indexed) changes only. | |
| file_path | No | Restrict diff to a specific file or directory. | |
| stat_only | No | If True, show only a summary (files changed, lines). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||