5 ms·
Sure, and at the same time a PR can contain multiple commits. You don't have to squash and merge.
by mandelbrotwurst 3y ago
Sure, and at the same time a PR can contain multiple commits. You don't have to squash and merge.
- wubrr 3y agoI'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.