How do I merge another developer's branch into mine?

前端 未结 4 1373
轮回少年
轮回少年 2021-01-30 03:11

I am relatively new to git. Our organization uses a Fork & Pull Model for managing changes to the master branch. Each developer forks the master and branches from their fork

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-30 03:51

    once you have the branch in question in your repository as, say, anotherdev/master remote branch, you do the git merge anotherdev/master.

提交回复
热议问题