The follwoing command should do the magic:
git merge --abort
Check the status once using the following command:
git status
Git suggests solutions to this sort of issues.
For more information please go through the following tutorial to get more info about git: