upvote
Well are we talking about commits pre- or post-merge? I don’t care how many commits you put into the PR / MR as long as they squash down to a single commit upon merge.
reply
When you work this way, each commit is expected to be able to land independently.
reply
it lets you maintain version history when working, then most workflows auto squash on merge
reply