Created
May 31, 2021 06:10
-
-
Save qa1/90f0bf79d54bc8e4140e69c7059e2271 to your computer and use it in GitHub Desktop.
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
git bisect is for finding bug in crowdy commit log. | |
git bisect start | |
git bisect good {$CommitHash} | |
git bisect good #automaticly go to next commit | |
git bisect bad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment