• snowe@programming.devM
    ·
    6 months ago

    That’s why for typical project it is useful to merge pull requests into the main branch — the linear sequence of merge commits is a record of successful CI runs, and is a set of commits you want to git bisect over.

    ... if you do this you completely negate your ability to use git bisect...