git-merge: add instructions for multi-branch merge (#22373)

Update git-merge.md
This commit is contained in:
Managor
2026-05-17 23:54:26 +03:00
committed by GitHub
parent e69c111703
commit cb91450f79
+2 -2
View File
@@ -3,9 +3,9 @@
> Merge branches.
> More information: <https://git-scm.com/docs/git-merge>.
- Merge a branch into your current branch:
- Merge branches into your current branch:
`git merge {{branch_name}}`
`git merge {{branch_name1 branch_name2 ...}}`
- Edit the merge message: