Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kylesnowschwartz/d024e3783b344ad82176e1d632c5f033 to your computer and use it in GitHub Desktop.
Save kylesnowschwartz/d024e3783b344ad82176e1d632c5f033 to your computer and use it in GitHub Desktop.
Git Bisect
# get it ready
git bisect start
git bisect good c09c728
git bisect bad e6a0692
# give git a command to run against each commit
git bisect run rspec spec/features/my_broken_spec.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment