I have tried BFG cleaner with various sizes but unable to reduce my repo size. Need someone who can assist us in doing so.
Appreciate the help!
You can use GIT GC like utilities for this, something like this.
git reflog expire --all --expire=now
git gc --prune=now --aggressive
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.