Last Updated: February 25, 2016
·
379
· walidvb

Find pop'd stash

Lost a stash? This command will help you list every --unreachable / --lost-found stash

for ref in `git fsck --unreachable | grep commit | cut -d' ' -f3`; do git show --summary $ref; done | less