I have made some changes to a number of conflicting files as the result of a a git pull
command, using the git mergetool
command, but I want to revert it back to the state before I made the changes with the mergetool.
It is basically the state where git warns that there are conflicts and lists them. What command is required for that?