When using BFG Repo-Cleaner is there any way around not having everyone do a fresh clone? With a large team and multiple branches it is difficult to organize this. I am willing to run bfg multiple times should something be reintroduced as long as I don't have to have everyone re-clone the repo.
I'm thinking remove the files (ie private keys) from history, add them to .gitignore file, git push, and have the team rebase their branch.
Hoping Roberto Tyley sees this and can offer some advice.
Cheers!