I was trying to do a merge in Eclipse, but it got messed up somehow.
I would therefore like to abort the merge and start all over again.
In Git Bash, I would simply execute:
git merge --abort
However, I am using a machine where no Git Bash is installed. How can I do that in Eclipse?