git-bisect
Binary search through commit history to isolate the commit that introduced a bug. Use good and bad actions to narrow down the faulty commit.
Instructions
Binary search through commit history to find bugs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | The directory to run the command in (defaults to current working directory) | |
| action | Yes | The bisect action to perform | |
| commit | No | Specific commit hash (optional for bad/good actions) |