How to copy commits from one branch to another?

前端 未结 9 1454
猫巷女王i
猫巷女王i 2020-11-27 09:08

I\'ve got two branches from my master:

  • v2.1: (version 2) I\'ve been working on for several months
  • wss: that I create
9条回答
  •  自闭症患者
    2020-11-27 09:18

    You could create a patch from the commits that you want to copy and apply the patch to the destination branch.

提交回复
热议问题