I have a bitbucket repository that used to contain many data (csv) files whose size exceeded 1GB. At some point we decided to remove those files from the repository via gt rm. Now the repository size is reduced. However, some very large git objects exist in the .git folder. Those objects have a size more that (800MB) keeping the repository site very large.
19M ./.git/objects/f2
21M ./.git/objects/38
25M ./.git/objects/6e
27M ./.git/objects/12
27M ./.git/objects/a5
27M ./Visualization
30M ./TS
31M ./Databases
41M ./RT/logs
59M ./RTS
64M ./BS
64M ./BS/Old
581M ./.git/objects/pack
876M ./.git/objects
877M ./.git
How can I remove those files?