DEV Community

Discussion on: Debug using git bisect

Collapse
 
shivenigma profile image
Vignesh M

Very good article Nayeem. I will almost always forget git bisect exists in the moment of bug.

I started doing squash and rebase merging PRs from today to be able to run bisect more efficiently.

I know it will help a lot. Keeping the history straight forward will make the bisect a whole easier.

Collapse
 
uraniumreza profile image
Nayeem Reza

Yeah I agree on the squash and rebase merging PRs to keep the history straight forward and clean! It just not only helps to bisect, but also manual code revision seems super easy then :)