Case:
1) Right Click on commit.
2) Select Menu Item "Revert commit"
3) Uncheck "Commit the changes"
AR: Commit with revert was created and showing Resolving conflict. Git status: You are currently reverting commit XXXXXX. (all conflicts fixed: run "git revert --continue")
Have 1 uncommitted changes in repo.
Case: 1) Right Click on commit. 2) Select Menu Item "Revert commit" 3) Uncheck "Commit the changes"
AR: Commit with revert was created and showing Resolving conflict. Git status:
You are currently reverting commit XXXXXX. (all conflicts fixed: run "git revert --continue")
ER: Only files was reverted. No commit.