Created
October 30, 2023 08:46
-
-
Save daniDLL/03a5ee00397e3d3b905a35ddd20ebdfb to your computer and use it in GitHub Desktop.
Revisions
-
daniDLL created this gist
Oct 30, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ``` git fsck --unreachable | grep commit | cut -d" " -f3 | xargs git log --merges --no-walk --grep=<commit message> ```