Created
November 5, 2025 16:26
-
-
Save mmodrow/5a12d6c95683de72c48243e90a80dd6b to your computer and use it in GitHub Desktop.
This file contains hidden or 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 --lost-found | grep "^dangling commit" | sed "s/^dangling commit //g" | xargs git show -s --oneline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment