Created
August 5, 2015 08:50
-
-
Save bernardo-cs/5a7eddb06bd6e96794a2 to your computer and use it in GitHub Desktop.
Git bisect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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