bfg-repo-cleaner
bfg-repo-cleaner copied to clipboard
Document how to better reclaim space
Hi,
I've just reclaimed 1GB of free space in a local repository because unreachable objects (deleted by BFG, listed with git fsck --unreachable
) were still present in pack files. So the dirty data was still there.
git repack -ad
does the trick!