Created
June 13, 2017 20:47
-
-
Save MatthewRDodds/46eb0efa04faec98f718a94b6c5fb4ba 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
# 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