BFG Repo-Cleaner is an alternative to Git's native filter-branch tool that's designed to perform branch filtering significantly faster.
I've always used an interface based git client (smartGit) and thus don't have much experience with the git console. However, …
git substitution git-filter-branch git-rewrite-history bfg-repo-cleanerWhen cleaning the repo with BFG (https://rtyley.github.io/bfg-repo-cleaner/) ,encountered the following : Protected commits ----------------- These are your …
git bfg-repo-cleanerI found that BFG is much faster than the original git-filter-branch. We have multiple svn repo to move to even …
git-rewrite-history bfg-repo-cleanerThe BFG Repo Cleaner site gives an example of using the tool as follows to clean up a repository: Clone …
git tfs bfg-repo-cleanerHow do I delete only one directory using BFG? The help says: delete folders with the specified names (eg '.…
git git-rewrite-history bfg-repo-cleaner