Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 4, 2020 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/f784289d41a125cc5a980f99bd8615e1 to your computer and use it in GitHub Desktop.
Save guitarrapc/f784289d41a125cc5a980f99bd8615e1 to your computer and use it in GitHub Desktop.
List Top 10 of largest git-lfs managed files.
git ls-files -z | xargs -0 stat -c '%s %n' | sort -n | tail -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment