Skip to content

Instantly share code, notes, and snippets.

@a7madgamal
Created October 13, 2016 10:17
Show Gist options
  • Save a7madgamal/f0fcebfdfb5eeeeab2165daec0a77821 to your computer and use it in GitHub Desktop.
Save a7madgamal/f0fcebfdfb5eeeeab2165daec0a77821 to your computer and use it in GitHub Desktop.
git tricks
#This will show the largest files at the bottom (fourth column is the file (blob) size.
git ls-tree -r -t -l --full-name HEAD | sort -n -k 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment