Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MatthewRDodds/46eb0efa04faec98f718a94b6c5fb4ba to your computer and use it in GitHub Desktop.
Save MatthewRDodds/46eb0efa04faec98f718a94b6c5fb4ba to your computer and use it in GitHub Desktop.
Git bisect
# starting
git bisect start
git bisect bad
git bisect good GOOD_COMMIT_HASH
...
# finishing
git bisect reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment