rusefi-1/misc/git_scripts/git_gc.bat

3 lines
89 B
Batchfile
Raw Normal View History

git gc --aggressive
git reflog expire --all --expire=now
git gc --prune=now --aggressive