I stashed my changes to rebase and amend a commit.
After rebasing, I deleted a file, staged it and the ran commit --amend
Unfortunately the file in question had been modified when I stashed the work.
Now after rebase --continue
I can't stash apply
because it has conflicts.
deleted in updated upstream and modified in stashed changes
How should I fix it?