I'm following the directions from the BFG Repo-Cleaner site here...
https://rtyley.github.io/bfg-repo-cleaner/
Everything seems to have run successfully, and my repo is much smaller now, but when I try to do the last step of...
$ git push
All I get in return is this
$ git push
Everything up-to-date
After doing the git push, I checked my remote repo, which is on a GitLab instance that I have full control over, I don't see any record that a push happened. Plus, the repository on GitLab still shows that it is the large size that is was before I started using BFG Repo-Cleaner.
I've made sure that my branch on GitLab is not protected, and that my account has rights to push to it.
I'm not sure if I'm doing something wrong, or if this is the expected behavior, and I don't know how to verify that the git push actually worked.