git-repack cheatsheetEdit
Expensive but effective repacking:
$ git repack -a -d -f --depth=250 --window=250
Probably a bad idea:
$ git gc --aggressive
Source: http://metalinguist.wordpress.com/2007/12/06/the-woes-of-git-gc-aggressive-and-how-git-deltas-work/