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

client-spec/clarity
Danny Kim 2019-12-17 15:35:16 -05:00 committed by Starbeamrainbowlabs
parent a1a3faecb8
commit 0e4edc1afc
1 changed files with 1 additions and 1 deletions

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}}`