I stashed some local changes before doing a complicated merge, did the merge, then stupidly forgot to commit before running git stash pop
. The pop created some pro
If your merge was not too complicated another option would be to:
After that you are left with only the changes from the stash you dropped too early.