git_reset
Unstage all staged changes in a Git repository to revert them to an unmodified state. Specify the repository path to execute the command.
Instructions
Unstages all staged changes
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": "GitReset",
"type": "object"
}