Skip to content

Instantly share code, notes, and snippets.

@krzysiekherod
Created March 24, 2014 16:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krzysiekherod/9744218 to your computer and use it in GitHub Desktop.
Save krzysiekherod/9744218 to your computer and use it in GitHub Desktop.
automatic bisect
git bisect start HEAD HEAD~20 && git bisect run rspec ./spec/YOUR_TEST_FILE.rb:LINE_NUMBER ; git bisect reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment