add new chinese translations
This commit is contained in:
13
pages.zh/common/git-merge-into.md
Normal file
13
pages.zh/common/git-merge-into.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# git 合并到
|
||||
|
||||
> 将一个分支合并到另一个分支。
|
||||
> 属于 `git-extras`。
|
||||
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-merge-into>。
|
||||
|
||||
- 将源分支合并到指定的目标分支:
|
||||
|
||||
`git merge-into {{source_branch}} {{destination_branch}}`
|
||||
|
||||
- 将当前分支合并到指定的目标分支:
|
||||
|
||||
`git merge-into {{destination_branch}}`
|
Reference in New Issue
Block a user