|
|
|
|
|
by u801e
1753 days ago
|
|
If commits are split properly, then it's not an issue. For example, one commit could add a new method, and a subsequent commit could add one or more calls to that method. If it turns out that we don't want to use the new method without some modifications, then the commit that adds calls to that method could be reverted insured of having to revert the entire implementation. |
|
My feature branches are full of useless commits (from the perspective of the main branch), and anyone that tells me to clean that up prior to a merge can pound dirt. Of course, my repos use squash merge, so I'd never get that complaint.