git_diff_staged
Review staged changes before committing in a Git repository using this tool. Identify modifications, additions, or deletions to ensure precise version control and accurate updates.
Instructions
Shows changes that are staged for commit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"repo_path": {
"title": "Repo Path",
"type": "string"
}
},
"required": [
"repo_path"
],
"title": "GitDiffStaged",
"type": "object"
}