git bisect <paths>
Use binary search to find the commit that introduced a bug
Arguments
Name | Description |
---|---|
paths | filepaths, folders |
Subcommands
Name | Description |
---|---|
start | Reset bisect state and start bisection |
bad | Mark commits as bad |
new | Mark commits as new |
old | Mark commits as old |
good | Mark commits as good |
next | Find next bisection to test and check it out |
terms | Show the terms used for old and new commits (default: bad, good) |
skip | Mark <rev>... untestable revisions |
reset | Finish bisection search and go back to commit |
visualize, view | See the currently remaining suspects in gitk |
replay | Replay bisection log |
log | Show bisect log |
run | Use <cmd>... to automatically bisect |
help |