Hi,
I want to merge to very diverged Git branches together. That will be a lot of work because they have several hundreds conflicts.
What would be the best way, so that maybe also others can help me and also work on this merge?
Normally, I am doing just the 'git merge ...' and then going through all conflicts, resolving them, then do the commit. But that is local only then.
The work on the conflict-resolving maybe can take several days. I want to put my changes online already while I am working on it.