Skip to content

Instantly share code, notes, and snippets.

@chrismear
Created January 14, 2009 17:20
Show Gist options
  • Save chrismear/46971 to your computer and use it in GitHub Desktop.
Save chrismear/46971 to your computer and use it in GitHub Desktop.
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