I popped a stash and there was a merge conflict. Unlike the question that is listed as a duplicate, I already had some uncommitted changes in the directory which I wanted to
If you don't have to worry about any other changes you made and you just want to go back to the last commit, then you can do:
git reset . git checkout . git clean -f