5 ms·
All I could think of was making it difficult to find exactly what commit fixed/introduced what bugs.
by dhume 15y ago
All I could think of was making it difficult to find exactly what commit fixed/introduced what bugs.
- tikhonj 15y agoLuckily, there are things like git bisect to help you. On the flip side, finding the commit that caused the bug is much more valuable with smaller commit, particularly if you limit each commit to one logical change in the code.