We've done something bad.
We ran git stash save during a merge conflict, and now we can't restore our work.
Things we've tried:
git pull -Xours origin master
git stash apply --index
And:
git pull origin master
git stash save --keep-index "merge conflicts"
git stash apply stash@{1}
Please help!