public
Description: A bunch of random scripts I've either written, downloaded or clipped from #git.
Homepage:
Clone URL: git://github.com/jwiegley/git-scripts.git
git-scripts / git-maxpack
100755 6 lines (4 sloc) 0.07 kb
1
2
3
4
5
6
#!/bin/sh
 
git gc
git prune
git repack -a -d --depth=250 --window=250