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 4ba1a32 commit 4564315Copy full SHA for 4564315
sh_scripts/git-prune
@@ -1,2 +1 @@
1
-git reflog expire --expire=now --all
2
-git gc --aggressive --prune=now
+git fetch --all && git reflog expire --expire=now --all && git gc --aggressive --prune=now
0 commit comments