I'm working on an old project relying on a game, but the game updated a lot and I need to update my project to the newest version. I've tried simply merging both Repos, but there are so many changes, it's just chaos.
I'd like to cherrypick every commit (a few hundred) step by step to make sure no unwanted changes happen and maybe add a few changes on conflicts.
So the vanilla repo tags looks like:
0.7.0
0.7.1
...
How can I cherry-pick every commit from each tag?