]> git.phdru.name Git - git-scripts.git/blob - gc-repack
Feat(status): Copy index and set GIT_INDEX_FILE to avoid touching .git
[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