Created
March 31, 2015 17:19
-
-
Save pelegm/526d8726c3fdb598dafb to your computer and use it in GitHub Desktop.
Get git repo size
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
# Credit: http://stackoverflow.com/a/8185326/1565828 | |
git bundle create tmp.bundle --all && du -sh tmp.bundle && rm tmp.bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment