Skip to content

Commit 4564315

Browse files
authored
Update git-prune
1 parent 4ba1a32 commit 4564315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sh_scripts/git-prune

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
git reflog expire --expire=now --all
2-
git gc --aggressive --prune=now
1+
git fetch --all && git reflog expire --expire=now --all && git gc --aggressive --prune=now

0 commit comments

Comments
 (0)