Created
October 13, 2016 10:17
-
-
Save a7madgamal/f0fcebfdfb5eeeeab2165daec0a77821 to your computer and use it in GitHub Desktop.
git tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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