]> git.phdru.name Git - git-scripts.git/blob - gc-and-repack
Fix(fork): Add remote origin if it doesn't exist in an existing repo
[git-scripts.git] / gc-and-repack
1 #! /bin/sh
2
3 git gc --aggressive &&
4 git repack -a -d -f --depth=20 --window=250 &&
5 exec git fsck --strict