I am new to GIT (Atlassian Stash), Using SourceTree for all the GIT operations. I have merged two branches in GIT using Merge Branch1 into current branch
option and committed the changed to the branch.
I have learned about Reset current branch to this commit
but it only work of local branch not for remote branch.
I have tried to Reverse commit
on the last valid commit but it is showing following error
git -c diff.mnemonicprefix=false -c core.quotepath=false revert --no-edit 7195cc8f27802568becdc09b47effaeb45cc9eeb error: Commit 7195cc8f27802568becdc09b47effaeb45cc9eeb is a merge but no -m option was given. fatal: revert failed
How can i fix the above problem