You can do the following
git cherry-pick --abort
From the git cherry-pick docs
--abortCancel the operation and return to the pre-sequence state.
You can do the following
git cherry-pick --abort
From the git cherry-pick docs
--abortCancel the operation and return to the pre-sequence state.