1 example for git bisect

{{ score }}
  # Find a bug introduced between the current commit and commit "ee6ca9"
git bisect start
git bisect bad
git bisect good ee6ca9