1 example for git bisect
# Find a bug introduced between the current commit and commit "ee6ca9"
git bisect start
git bisect bad
git bisect good ee6ca9
# Find a bug introduced between the current commit and commit "ee6ca9"
git bisect start
git bisect bad
git bisect good ee6ca9