削除したstashの内容を確認

git fsck --no-reflog | awk ‘/dangling commit/ {print $3}’ | xargs -I {} git log --oneline -1 {}