git_reset_tool
Remove all staged changes from the index without discarding modifications. Useful to undo a 'git add' before committing.
Instructions
Unstages all staged changes (non-destructive — does not discard modifications).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the Git repository |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |