- 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
January
Merge Queue: Support Additional Merge Methods
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.
Choose how your PRs get merged: squash, merge commit, or rebase.
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. Now you
can choose between: