
- Squash (default) - Combines all commits into a single commit
- Merge commit - Preserves all individual commits and creates a merge commit
- Rebase - Replays commits on top of main for a linear history
You can now select your preferred merge method for PRs going through the merge queue. Previously, Trunk Merge only supported squash merging, which combines all commits into a single commit.
