- 授权协议: GPLv3
- 开发语言: Scala SHELL
- 操作系统: 跨平台
- 软件首页: https://github.com/rtyley/bfg-repo-cleaner
- 软件文档: https://rtyley.github.io/bfg-repo-cleaner/
- 官方下载: https://github.com/rtyley/bfg-repo-cleaner/releases
软件介绍
BFG Repo-Cleaner 是一个实用的 Git 开源工具,使用 Scala 编写,用于移除提交到 git 分支上的二进制大文件,正如 git-filter-branch 命令实现的功能一样,不过比它更快。
$ bfg --strip-blobs-bigger-than 1M --replace-text banned.txt repo.git
按照官方的说法,BFG Repo-Cleaner 比 git-filter-branch 更快(10 - 720x faster),更易用。
