Git merge一个branch到另一个branch

在项目开发过程中,需要merge一个branch (branch名 taskBranch) 到另一个名为develop 的branch

方法:

先保证当前停留在develop的branch上

然后执行如下命令

git fetch

git merge taskBranch

posted on 2018-04-11 10:21  新西兰程序员  阅读(589)  评论(0编辑  收藏  举报