26
Have you ever used git bisect?
(programming.dev)
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Yup. A few times a year.
It helps me track down regressions, as in “this used to work, didn’t it?” or worse “haven’t I fixed this before?”.
I start a bisect, pick something relatively old, check if it works there, rinse, repeat.