When applying a patch is there any way to resolve conflicts?

前端 未结 4 1668
遇见更好的自我
遇见更好的自我 2020-12-22 15:34

I am on windows.

For various reasons we have multiple git instances of different svn branches.

Many times I want to fix an issue in repository A, generate

4条回答
  •  眼角桃花
    2020-12-22 16:18

    My approach is:

    • Create an "Integration"-Branch where the files are identical
    • Apply the patch to this Integration-Branch
    • Merge or rebase it to master (don't know if rebase is useful here, because I don't know what will happen when applying further patches)

提交回复
热议问题