Skip to content

Instantly share code, notes, and snippets.

@pomle
Created March 10, 2020 09:39
Show Gist options
  • Save pomle/698995d2f851b4e41001977ccf4a2ff0 to your computer and use it in GitHub Desktop.
Save pomle/698995d2f851b4e41001977ccf4a2ff0 to your computer and use it in GitHub Desktop.

Find missing code

git log -S [text] --graph --oneline --decorate $( git fsck --no-reflog | awk '/dangling commit/ {print $3}' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment