Moved from linux_tools

This commit is contained in:
2023-06-28 05:38:02 -04:00
parent 395040205c
commit 4a48394a0e
6 changed files with 254 additions and 0 deletions

3
bin/git-cleanup.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git remote prune origin && git replace && git prune-packed && git reflog expire --expire=1.month.ago && git gc --aggressive