Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 300 Bytes

File metadata and controls

22 lines (13 loc) · 300 Bytes

Git Bisect Example

Instructions

To run the demo:

git bisect start
git bisect bad
git bisect good HEAD~11
git bisect run mvn test

To display results in text form:

git bisect log

To display results in GitK:

git bisect visualize

To start over:

git bisect reset