Here's the situation:
- In a repo, I made X changes to some files
- These same files were eventually moved to a different repo
- Y different changes were made, sometimes in places where I had made changes
I want to apply my X changes for these files in the different repo, and also keep the Y changes (while also resolving any conflicts that exist).
What's the best way to do this?