git_diff
Inspect staged and unstaged changes in a Git repository. See which files have been modified before committing.
Instructions
Show staged and unstaged changes (git diff).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staged | No | If True, show only staged changes (git diff --cached). | |
| repo_path | No | Path to the git repository. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |