Top "Bfg-repo-cleaner" questions

BFG Repo-Cleaner is an alternative to Git's native filter-branch tool that's designed to perform branch filtering significantly faster.

How to substitute text from files in git history?

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-cleaner
How to remove a protected commit using BFG

When cleaning the repo with BFG (https://rtyley.github.io/bfg-repo-cleaner/) ,encountered the following : Protected commits ----------------- These are your …

git bfg-repo-cleaner
BFG remove multiple folders

I 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-cleaner
Correct Usage of BFG Repo Cleaner

The BFG Repo Cleaner site gives an example of using the tool as follows to clean up a repository: Clone …

git tfs bfg-repo-cleaner
How to delete one folder / directory using BFG repo cleaner?

How 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