ZeroScroll
>
git
>
merge
如何合并分支
$
git merge [分支名]
Command
git
Description
将两个或多个开发历史合并在一起。
Related
如何拉取远程更改