在项目开发过程中,需要merge一个branch (branch名 taskBranch) 到另一个名为develop 的branch
方法:
先保证当前停留在develop的branch上
然后执行如下命令
git fetch
git merge taskBranch