]> git.phdru.name Git - git-scripts.git/blob - gc-repack
Fix(.gitignore): locate-all.list can only be in the root
[git-scripts.git] / gc-repack
1 #! /bin/sh
2
3 git gc --aggressive &&
4 git repack -a -d -f --depth=20 --window=250 &&
5 exec git fsck --strict