mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
git-merge: reword git merge description (#3662)
This commit is contained in:
parent
a1a3faecb8
commit
0e4edc1afc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
> Merge branches.
|
> Merge branches.
|
||||||
> More information: <https://git-scm.com/docs/git-merge>.
|
> More information: <https://git-scm.com/docs/git-merge>.
|
||||||
|
|
||||||
- Merge a branch with your current branch:
|
- Merge a branch into your current branch:
|
||||||
|
|
||||||
`git merge {{branch_name}}`
|
`git merge {{branch_name}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue