|
|
|
|
|
by u801e
1752 days ago
|
|
> Who's going to police the feature branches to ensure the merges are cleaned up and rebased prior to merge to main? That's typically handled when the code is reviewed. > 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. If I were reviewing it, then you would not get my approval until the commit history is cleaned up. It would be the same result if your code was failing a test scenario, not making it past the linter, or if someone asked you to clarify what's being done by adding a comment block. |
|