I have a master branch and a feature branch.
I have some commits in feature branch, and I cherry-pick
ed them to master branch.
So, now my master branch contains those commits already. I noticed then I shouldn't do those cherry-pick
s.
Now, how can I revert my master branch back to the status before cherry-pick?