Git merge一个branch到另一个branch

原文链接: http://www.cnblogs.com/wphl-27/p/8794093.html

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

方法:

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

然后执行如下命令

git fetch

git merge taskBranch

转载于:https://www.cnblogs.com/wphl-27/p/8794093.html

猜你喜欢

转载自blog.csdn.net/weixin_30611509/article/details/94896167
今日推荐