We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd22bd commit 4aa9768Copy full SHA for 4aa9768
git-maxpack
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
3
git config pack.compression 9
4
-git gc --aggressive --prune=now
+git gc --prune=now
5
+git repack -a -d --depth=250 --window=250
0 commit comments