Skip to content

Instantly share code, notes, and snippets.

@bernardo-cs
Created August 5, 2015 08:50
Show Gist options
  • Save bernardo-cs/5a7eddb06bd6e96794a2 to your computer and use it in GitHub Desktop.
Save bernardo-cs/5a7eddb06bd6e96794a2 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