We have a GitLab-hosted repo at work that contains some large binary files that we'd like to remove. I know of tools such as BFG Repo-Cleaner which will remove a file from a Git repository.
We often refer to specific commit IDs in GitLab. Would running BFG Repo-Cleaner mess these up?
If so, is there a better way to clean a repo that wouldn't mess these up?