I have followed the instructions on the following page in an attempt to rewrite the history of my 1.9GB repo, which is largely comprised of binary files, to use LFS.
https://confluence.atlassian.com/bitbucket/use-bfg-to-migrate-a-repo-to-git-lfs-834233484.html
The process completes successfully, and I can see the .gitattributes file has been added to a very early commit in the repo, and it includes file types for all of the binary file types in the repo.
However, in Bitbucket, the size of the repo is still reported as 1.9GB with 0 files in LFS. I was expecting to see the repo size shrink to almost nothing and the binary files to appear in LFS. I cannot figure out what I am doing wrong.
BFG version: 1.13.0
Any assistance would be great!