首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏路过君BLOG from CSDN

    git 删除指定文件的历史记录

    removing-sensitive-data-from-a-repository#purging-a-file-from-your-repositorys-history https://rtyley.github.io/bfg-repo-cleaner

    68520编辑于 2023-11-18
  • 来自专栏Czy‘s Blog

    偶然发现Git文件夹非常大,使用BGF来处理Git历史Blob文件

    下载BFG的jar包可以在https://rtyley.github.io/bfg-repo-cleaner/中找到。 bbs.huaweicloud.com/blogs/343828 https://github.com/newren/git-filter-repo https://rtyley.github.io/bfg-repo-cleaner

    41810编辑于 2025-05-22
  • 来自专栏华创信息技术

    Git清理commit中历史提交的大文件

    记录中的大文件的过程:https://www.hollischuang.com/archives/1708 方法二 工具化(自动机枪) 工具名称:BFG 工具地址:https://rtyley.github.io/bfg-repo-cleaner

    6.5K10发布于 2019-11-11
  • 来自专栏AI.NET极客圈

    如何删除GIT仓库中的敏感信息

    2.3 bfg-删除其它信息 bfg([BFG Repo-Cleaner](https://rtyley.github.io/bfg-repo-cleaner/))是个强大的工具,有如下功能: 用于删除文件内敏感信息 " && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" 再使用choco命令安装bfg工具(需要管理员权限): choco install bfg-repo-cleaner

    4K61发布于 2019-08-20
  • 来自专栏Java课堂

    被吐槽 GitHub仓 库太大,直接 600M 瘦身到 6M,这下舒服了

    这个Git仓库清理工具叫BFG Repo-Cleaner,可以帮助我们筛选、清理大文件对象,官方文档地址:https://rtyley.github.io/bfg-repo-cleaner ,接下来看看这工具咋用

    1.5K30编辑于 2023-04-11
  • 来自专栏01二进制

    防止 Git 泄漏的 5 种最佳做法

    en/github/administering-a-repository/enabling-branch-restrictions [10] BFG: https://rtyley.github.io/bfg-repo-cleaner

    2.5K10发布于 2020-04-26
领券