-
-
Save citizen428/d80129b005dfc02124f3890b90d92cee to your computer and use it in GitHub Desktop.
This file contains 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
git bisect start # starts the bisecting session | |
git bisect bad # marks the current revision as bad | |
git bisect good revision # marks the last known good revision |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment