|
|
|
|
|
by rickz0rz
142 days ago
|
|
What's the grief with squashing commits? I do it all the time when I'm working on stuff so that I don't have to expose people to my internal testing. So long as the commit(s) look fine at the end of the day, I don't see what the deal is there. |
|
"Commit 1: refactor the $THING to enable $CAPABILITY"
"Commit 2: redirect $THING2 to communicate with $THING1"
"Commit 3: add error handling for $EdgeCase" --- long explanation in commit body
A single commit with no commentary just offloads the work to the maintainers. It's their project so their rules.