git_diff_staged
View staged changes in a Git repository to review modifications before committing. Simplifies tracking and verifying updates for better version control management.
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"
}