|
|
|
|
|
by Eikon
1778 days ago
|
|
I disagree too, I prefer a lot of small commits. What some people call "keeping a clean history" is actually destroying history and discarding a lot of important information. I saw a lot of people merging branches a single commit "to keep the history clean" while in fact it just made the history less legible and less reversible. |
|
This way, the history would be meaningful instead of it be littered by fix up commits and it makes reverts easy.