git-reset
Reset a Git repository to a specified commit or state. Choose between soft, mixed, or hard modes to control working directory and staging area impact.
Instructions
Resets repository to a specific commit or state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Reset mode (default: mixed) | |
| target | No | Target commit or reference (default: HEAD) | |
| directory | No | The directory to run the command in (defaults to current working directory) |