Skip to content

Instantly share code, notes, and snippets.

@pelegm
Created March 31, 2015 17:19
Show Gist options
  • Save pelegm/526d8726c3fdb598dafb to your computer and use it in GitHub Desktop.
Save pelegm/526d8726c3fdb598dafb to your computer and use it in GitHub Desktop.
Get git repo size
# 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