Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active July 26, 2023 20:00
Show Gist options
  • Select an option

  • Save wilmoore/785e12c40e811843bb2ebfdc449c74d4 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/785e12c40e811843bb2ebfdc449c74d4 to your computer and use it in GitHub Desktop.
Software Engineering :: Debugging :: Git-Bisect

Software Engineering :: Debugging :: Git-Bisect

⪼ Made with 💜 by realpolyglot.dev

About

If you can find where in the git tree the problem doesn’t exist, then you can run git bisect. It will run you through a binary search process between the “good commit” and the “bad commit” until it finds which commit the bug started happening.

image


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment