We created a trunk from the trunk on which the main refactoring was done. Meanwhile, the trunk has reworked several fixes with some fixes. We don’t want to see these changes in the branch, so we don’t want to “catch up” to merge the trunk into the branch, because we don’t want to mix the old and new code, But without this I can’t reintegrate the branch back into the trunk.
Is there a way to put a branch on the chest "as is"?
(The idea I considered is to reverse (“reverse merge”) the connecting line back to the revision where the branch started, and then safely merge it on the branch - nothing should happen. Then I can reintegrate. Do you think? )
davka source share