rusefi/misc/git_gc.bat

3 lines
89 B
Batchfile
Raw Permalink Normal View History

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