git-merge: reword git merge description (#3662)

This commit is contained in:
Danny Kim
2019-12-17 15:35:16 -05:00
committed by Starbeamrainbowlabs
parent a1a3faecb8
commit 0e4edc1afc

View File

@@ -3,7 +3,7 @@
> Merge branches.
> 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}}`