git-cached-diff
Compare staged changes in Git against the last commit to review modifications before finalizing commits.
Instructions
Get a diff between the files in the staging area (the index) and the HEAD
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}