I need to perform the equivalent of the following Git command in SourceTree:
`git revert -m 1 <commithash>`
This command reverts a merge commit while keeping changes from one parent branch and discarding changes from the other.