rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.84k stars 535 forks source link

develop branch replace text #408

Open otaskiran opened 3 years ago

otaskiran commented 3 years ago

Hi, I have tried to replace secret with --replace-text parameter on mirrored repo. It did work perfect but it just changes master branch files and commits. There is no any change on develop branch.

How I can do it?