With git reflog check which commit is one prior the merge(git reflog will be better option than git log ). Then you can reset it using:
git reset --hard commit_sha
With git reflog check which commit is one prior the merge(git reflog will be better option than git log ). Then you can reset it using:
git reset --hard commit_sha