I did a git revert {commithash} in my project to go to a previous feature deployed. The merge was resolved, all the changes were added and I got into the status:
On branch develop
You are currently reverting commit {commithash}.
(all conflicts fixed: run "git revert --continue").(use "git revert --abort" to cancel the revert operation)
nothing to commit, working tree clean
I use git revert --continue and nothing happens, and I still am in the state of pending revert... Anyone knows what has gone wrong? Thanks.