Here is my scenario.
I'm working with a team and I do not know who makes a mistake in the last merge/rebase. All I need is revert this commits completely and the issue is I do not know how many commits were involved. It is too hard to ask which developer was the previous merge before the last one.
If there any ideas? I completely lost the track in the develop branch, and the local is not updated.
Just to clarify I do not have the commit hash. It is not the same situation for this question. How to revert a merge commit that's already pushed to remote branch?