DEV Community

Hunt bugs with git-bisect

Dane Hillard on January 13, 2019

I recently implemented a "sticky toolbar" feature on our site. It was one of the first times I'd composed something new from the existing Vue com...
Collapse
 
david_j_eddy profile image
David J Eddy

This is great. Bisect ahs been familiar to me for some time now but never made sense. Little did I know that I was doing this same thing but manually. The icon.visuals made all the difference. Thank you for this.

Collapse
 
easyaspython profile image
Dane Hillard

Thanks for the feedback, I'm glad it helped!

Collapse
 
tabuz profile image
Trebuh

Something I did not know about. Can't wait ti use it first time! Thanks for sharing.

Collapse
 
easyaspython profile image
Dane Hillard

That's fantastic, I hope it goes well! Keep me posted 😄

Collapse
 
rhymes profile image
rhymes

Great explanation Dane, git bisect is amazing!

Collapse
 
easyaspython profile image
Dane Hillard

Thank you! I hope the visual helps some people conceptualize it better :)

Collapse
 
rhymes profile image
rhymes

It definitely does!

Collapse
 
ruvans profile image
Ruth Evans

I didn't know this existed! I'm going bug hunting tomorrow and this might come in useful, thank you 😁

Collapse
 
easyaspython profile image
Dane Hillard

Thanks for the feedback, let me know how it goes!

Collapse
 
mblayman profile image
Matt Layman

I love git bisect, and I think it's great that your article shows a visual representation of what it does. I think that will help a lot of people understand how awesome bisect is. Nice work!