• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 22, 2023

help-circle
rss

For those (like me) who were not aware of git bisect:

The git bisect command is a powerful tool that quickly checks out a commit halfway between a known good state and a known bad state and then asks you to identify the commit as either good or bad. Then it repeats until you find the exact commit where the code in question was first introduced.