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.86k stars 535 forks source link

Keep the last version of the file in all branches #366

Closed KumG closed 4 years ago

KumG commented 4 years ago

Hi, I used BFG to deletes some files from my history.

I have some branches : v1, v2 , v3, and master.

I used BFGl and the files were only kept in Master.

It there a solution to keep the last version of the file for each branche ? I still want to build v1, v2 and v3, and some files are mandatory (dll, ..)