10 days ago I accidentally merge a feature branch (feature/calendar) into develop branch. After that I revert it.
In between, the were some commits made on both branches.
Now, I want to merge feature/calendar into develop. The issue is that the changes made by the revert (10 days ago) are posterior to the current work, so when I make a diff between the 2 branches the work previously reverted is missing.
What can I do?
Thank you.