Skip to content

Instantly share code, notes, and snippets.

@qa1
Created May 31, 2021 06:10
Show Gist options
  • Save qa1/90f0bf79d54bc8e4140e69c7059e2271 to your computer and use it in GitHub Desktop.
Save qa1/90f0bf79d54bc8e4140e69c7059e2271 to your computer and use it in GitHub Desktop.
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