Skip to content

Instantly share code, notes, and snippets.

@ethangardner
Created September 14, 2016 21:02
Show Gist options
  • Save ethangardner/ff35cca9e12a43447ea49e7c16457b66 to your computer and use it in GitHub Desktop.
Save ethangardner/ff35cca9e12a43447ea49e7c16457b66 to your computer and use it in GitHub Desktop.
Finds large files in a git repo
git rev-list --objects --all | grep "$(git verify-pack -v .git/objects/pack/*.idx | sort -k 3 -n | tail -10 | awk '{print$1}')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment