How can I easily apply a bugfix on several release branches in Git?

前端 未结 2 1889
星月不相逢
星月不相逢 2021-02-14 11:47

I\'ve been using git for a while for my one-man developments, but I haven\'t run into any tricky branching issues until now and I seem to have forgotten something fundamental th

2条回答
  •  轮回少年
    2021-02-14 12:15

    What about in this case fixing on B1.1, merging B1.1 into B1.2, then B1.2 into B1.3?

提交回复
热议问题