get_git_diff
Retrieve git diff output for any repository, with options to filter by file, compare branches, or show staged changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to compare against | |
| staged | No | Show only staged changes | |
| file_path | No | Specific file to diff | |
| repository_path | Yes | Repository path |