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

前端 未结 2 1297
南方客
南方客 2021-02-14 11:30

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:03

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

提交回复
热议问题