Hacker News new | ask | show | jobs
by mcintyre1994 268 days ago
The other benefit of this is the git bisect workflow. If you can’t build your intermediate commits then you likely can’t easily identify whether a bug was present on that commit (for many types of bug), and you therefore can’t identify the commit that introduced the bug.
1 comments

Yes, but at least git bisect lets you mark a commit as 'skip' in these cases.