git - hoxfix分支merge回develop分支时发生冲突
迷茫
迷茫 2017-05-02 09:33:12
0
4
687

如上图,我们在masterdevelop两个分支上进行工作,其中master分支是用来发布稳定版本的。
然后突然发现1.2版本有一个bug急需修复。
于是新建了一个hotfix分支,在上面修改代码。
修改好了,当然是希望把hotfix这个分支既merge回master又merge回develop分支,
但是从往master上merge的时候一切正常,但是往develop分支上merge的时候提示冲突,似乎是因为develop分支比master领先了,而hoxfix又是从master的1.2版牵出来的。

请问hotfix的正确使用方法。。

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(4)
phpcn_u1582

Yes, it’s okay if conflicts arise, just resolve them.

世界只因有你

The correct way to use it is to resolve conflicts when there are conflicts

曾经蜡笔没有小新

If master is normal, don’t worry about it. Just resolve the conflict on dev

世界只因有你

develop and hotfix modified a file at the same time

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template