DEV Community

Discussion on: Git Bisect is Easy (How to Initiate the Robot Uprising)

Collapse
 
joeattardi profile image
Joe Attardi • Edited

Git bisect is amazing. It has saved me several times!

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

I think it's great, but I've found a lot of developers are afraid of it because it seems complicated.

Collapse
 
joeattardi profile image
Joe Attardi

It definitely intimidated me when I was first getting familiar with Git. But once I was trying to find a big one commit at a time, and decided to give it a try. Now it’s my go to tool for finding a bad commit!