Dev Stash
All
Linux
Go
Php
23
Mar
2019
search lost info
23 Mar 2019
git reflog --all | grep something git fsck --full --no-reflogs --unreachable --lost-found | grep commit | cut -d\ -f3 | xargs -n 1 git log -n 1 --pretty=oneline > .git/lost-found.txt
git
bash