▲ | mcintyre1994 8 hours 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. | ||
▲ | eru 7 hours ago | parent [-] | |
Yes, but at least git bisect lets you mark a commit as 'skip' in these cases. |