top | item 39294256

(no title)

mandelbrotwurst | 2 years ago

Sure, and at the same time a PR can contain multiple commits. You don't have to squash and merge.

discuss

order

wubrr|2 years ago

I've rarely seen cases where multiple commits per PR are a good thing. When that happens, it's (usually) that either the commits can be squashed into one logical/consistent commit, or there are too many changes for one PR.

The exception being that many ci/cd setups will squash your commits for you when merging a PR.