When running bfg I see:
bfg
Warning : no large blobs matching criteria found in packfiles - does the repo need to be packed?
How would I go about packing the repo?
Run the garbage collector to repack the repository:
git gc
Credit: this GitHub comment.