|
|
|
|
|
by war1025
2639 days ago
|
|
Usually I test the end result. Or the commits are disjoint enough that I am confident that they don't interfere with each other. If I really care about things being fully correct at each commit, I'll do an interactive rebase and just stop and test on each commit. |
|