Last active
November 5, 2019 10:37
-
-
Save jced-artem/a677c158b77fba4d2be8fbf0cbb37c96 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git fsck --unreachable | grep commit | cut -d ' ' -f3 | xargs git log --merges --no-walk | |
git update-ref refs/stash 4b3fc45c94caadcc87d783064624585c194f4be8 -m "My recovered stash" | |
(https://dev.to/meduzen/recover-a-lost-git-stash-in-two-steps-569) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment