Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Virviil/aa4d340c29bd62b3774b47dc66cfe4a0 to your computer and use it in GitHub Desktop.
Save Virviil/aa4d340c29bd62b3774b47dc66cfe4a0 to your computer and use it in GitHub Desktop.
for b in $(git fsck --lost-found | grep blob | awk '{print $3}'); do git cat-file -p $b | grep -q ${UNIQUE_CODE} && echo $b; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment