git checkout stash@{0} -- .
This will potentially overwrite uncommitted files so you may lose work.
Via https://www.vincentschmalbach.com/applying-git-stash-changes-with-force/
git config --global alias.alias "! git config --get-regexp ^alias. | sed -e s/^alias.// -e s/\ /\ =\ /"