The value of a clean git history is often underestimated. I will explain one of the advantages based on the git bisect command.

  • kevincox
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    Yeah, if the problem was introduced in the skipped commits or the commit after the skipped commits git won’t be able to tell the difference. It it will only be able to know that it was one of those N+1 commits.

    But as long as most of your commits are green it should be easy enough to do the final narrowing.