一、git merge loaclhostBranch //将loaclhostBranch 合并到当前分支
(git fetch)合并远程分支到本地
二、git rebase loaclhostBranch //将loaclhostBranch 合并到当前分支