``` find .git/objects -type f -empty -delete git repack -a -d git prune git fetch --all ``` TL:DR it'll clean the files, clean the repo then fetch the code again