7

When running bfg I see:

Warning : no large blobs matching criteria found in packfiles - does the repo need to be packed?

How would I go about packing the repo?

Tom Hale
  • 40,825
  • 36
  • 187
  • 242

1 Answers1

11

Run the garbage collector to repack the repository:

git gc

Credit: this GitHub comment.

Tom Hale
  • 40,825
  • 36
  • 187
  • 242