git MCP server

git_reset

Reset staged changes in a Git repository to unstage all modifications. Specify the repository path to revert to the last commit state and clear the staging area.

Instructions

Unstages all staged changes

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "GitReset", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae