diff --git a/docs/book/src/reference/commands/alpha_update.md b/docs/book/src/reference/commands/alpha_update.md index b0d79dc54a1..16ea9cbe344 100644 --- a/docs/book/src/reference/commands/alpha_update.md +++ b/docs/book/src/reference/commands/alpha_update.md @@ -12,6 +12,7 @@ It uses a **3-way merge** so you do less manual work. The command creates these - **Merge**: result of merging **Original** into **Upgrade** (this is where conflicts appear) You can review and test the merge result before applying it to your main branch. +Optionally, use **`--squash`** to put the merge result into **one commit** on a stable output branch (great for PRs).