6 ms·
> It also allows for much easier reverting of specific changes in case some part of a topic needs removed. I guess I struggle to see where reverting entire com
by boolemancer 2y ago
> It also allows for much easier reverting of specific changes in case some part of a topic needs removed.
I guess I struggle to see where reverting entire commits makes more sense than just deleting the offending code in a new commit.
- mathstuf 2y agoEven if that were the case, being able to bisect using `git bisect` over the logical hunks instead of having to manually bisect over them can help determine which code needs deleted without going overboard.