$ git cherry-pick 5de83068 error: Your local changes to the following files would be overwritten by merge: Components/ApplicationEnums/Application.cs Please, commit yo
In my case, I got the error while running
git cherry-pick -x
Running the cherry-picks independently works:
echo | xargs -n 1 git cherry-pick -x