git_revert
Undo specified Git commits by creating inverse commits in a local repository. Use noCommit to apply changes without committing, or set cwd to target another repo.
Instructions
Revert existing commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| revs | Yes | Commit revisions to revert. | |
| noCommit | No | Apply revert without committing. |