We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78f36e commit 555aed8Copy full SHA for 555aed8
Shell/Git/shrink-big-git-repo.sh
@@ -1,5 +1,5 @@
1
sudo wget -qO /opt/bfg.jar https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar
2
-java -jar /opt/bfg.jar -b 1M
+java -jar /opt/bfg.jar -b 2M
3
4
git reflog expire --expire=now --all
5
git gc --prune=now --aggressive
0 commit comments