You can list all unreachable commits by writing this command in terminal -
git fsck --unreachableCheck unreachable commit hash -
git show hashFinally apply if you find the stashed item -
git stash apply hash
You can list all unreachable commits by writing this command in terminal -
git fsck --unreachableCheck unreachable commit hash -
git show hashFinally apply if you find the stashed item -
git stash apply hash