176 B
176 B
title, tags, requires
| title | tags | requires | |||
|---|---|---|---|---|---|
| Clean up a bloated git repo |
|
|
git fsck --full
git gc --prune=now --aggressive
git repack
| title | tags | requires | |||
|---|---|---|---|---|---|
| Clean up a bloated git repo |
|
|
git fsck --full
git gc --prune=now --aggressive
git repack