Following the directions for BFG I proceeded to remove a private file that should not be on the repo/commit history.
https://rtyley.github.io/bfg-repo-cleaner/
I ran
$ bfg --delete-files .private my-repo.git
and pushed the changes however, it caused me to merge the master branch and the file still shows, the code is in the .private file and all commits are still in the history.
How can I remove .private from the entire repo's commit history etc?