how to get stash back when log for refs stash is empty code example
Example: get previous git stash
git fsck --unreachable | grep commit | cut -d ' ' -f3 | xargs git log --merges --no-walk
git fsck --unreachable | grep commit | cut -d ' ' -f3 | xargs git log --merges --no-walk