git stash clear
git stash drop stash@{index} // here index will be shown after getting stash list.
git fsck --unreachable | grep commit | cut -d -f3 | xargs git log --merges --no-walk --grep=WIP