sag@lemm.ee to Programmer Humor@programming.dev · 1 年前My Git Knowledgelemm.eeimagemessage-square169fedilinkarrow-up11.1Karrow-down124
arrow-up11.08Karrow-down1imageMy Git Knowledgelemm.eesag@lemm.ee to Programmer Humor@programming.dev · 1 年前message-square169fedilink
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up11arrow-down1·1 年前With automated CI, I’ve had very few times where bisect is useful. Either the bug was introduced 1-2 commits ago, or it’s always been there and the exact commit is irrelevant to the solution, since you just fix it forward.
With automated CI, I’ve had very few times where bisect is useful. Either the bug was introduced 1-2 commits ago, or it’s always been there and the exact commit is irrelevant to the solution, since you just fix it forward.