Following are the branches in concern inn my project repo:
release/0.1.2 (012)
release/0.2.0 (020)
Following actions happened:
Merge from 020 branches to 012 branch added some new files.
That merge was reverted which therefore deleted some files.
Some other commits were added in 012
PROBLEM:
But now when I am trying to merge 012 to 020, this merge is trying to delete the files in 020 (the ones which were deleted in 012 by the revert). These files are not expected to be deleted in 020.
Since the revert technically deleted the files, this merge is also trying to delete the file (assuming this to be a change).
Is there a way to achieve this merge which won't delete these files without manually saving those files (etc).