Created
January 14, 2009 17:20
-
-
Save chrismear/46971 to your computer and use it in GitHub Desktop.
This file contains 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
chris$ du -sh .git | |
27M .git | |
chris$ git gc --aggressive | |
Counting objects: 11548, done. | |
Compressing objects: 100% (10840/10840), done. | |
Writing objects: 100% (11548/11548), done. | |
Total 11548 (delta 5021), reused 0 (delta 0) | |
Removing duplicate objects: 100% (256/256), done. | |
chris$ du -sh .git | |
38M .git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment