Get Git Diff
get-git-diffRetrieve line-by-line Git differences from a repository. Optionally include staged changes or focus on a single file.
Instructions
Get all difference in files and show the differences line by line. It can focus on a specific file according to willingness
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Show difference that are taken to stage | |
| repoPath | Yes | GitHub repository path | |
| targetFile | No | Show difference only this file |