I am using below command to apply the patch using 'git am --continue ' command. It doesn't executed successfully. I tried to abort the process using below command.
git am --abort
But I am getting below error:
Resolve operation not in progress, we are not resuming.
Pls suggest how to resolve this.