mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
git-merge: add instructions for multi-branch merge (#22373)
Update git-merge.md
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user