git bisect
Binary search for a bug-introducing commit
AdvancedSyntax
git bisect [start|good|bad|reset]
Examples
git bisect start— bisect startgit bisect bad— bisect badgit bisect good v1.0— bisect good v1.0
Common flags & options
- •start Begin bisect
- •good/bad Mark commit
- •reset End bisect