git revert -m 1 <merge-commit>
git revert -m 1 commit_hash
// In this situation, will get you the tree as it was in 8989ee0
git revert <commit hash> -m 1
//will reinstate the tree as it was in 7c6b236
git revert -m 2
git reset --merge a9fdeb5