renderless / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala

Home Page:https://rtyley.github.io/bfg-repo-cleaner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A dirty fix of incorrect lfs track format in .girattributes issue.

Use "{*.aaa, *.bbb, ccc, ...}" pattern to specify multiple files.

java -jar bfg-1.xxx.yyy.jar --no-blob-protection --convert-to-git-lfs "{*.zip, *.jpg}" some-larg-repos

BFG Repo-Cleaner Build Status

Removes large or troublesome blobs like git-filter-branch does, but faster - and written in Scala - Fund the BFG

$ bfg --strip-blobs-bigger-than 1M --replace-text banned.txt repo.git

The BFG is a simpler, faster (10 - 720x faster) alternative to git-filter-branch for cleansing bad data out of your Git repository:

  • Removing Crazy Big Files
  • Removing Passwords, Credentials & other Private data

Main documentation for The BFG is here : https://rtyley.github.io/bfg-repo-cleaner/

About

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala

https://rtyley.github.io/bfg-repo-cleaner/

License:GNU General Public License v3.0


Languages

Language:Scala 99.9%Language:Shell 0.1%