Recover lost git stash

 Search for it:


git fsck --unreachable | grep commit | cut -d ' ' -f3 | xargs git log --merges --no-walk
 
then apply it
 
 
 
 
 

Comments

Popular posts from this blog

Laravel Reverb + Echo naming convention.