Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtyley/bfg-repo-cleaner
Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://github.com/rtyley/bfg-repo-cleaner
git
Last synced: 6 days ago
JSON representation
Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
- Host: GitHub
- URL: https://github.com/rtyley/bfg-repo-cleaner
- Owner: rtyley
- License: gpl-3.0
- Created: 2012-12-21T00:14:20.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:49:38.000Z (6 months ago)
- Last Synced: 2024-10-12T11:02:52.572Z (22 days ago)
- Topics: git
- Language: Scala
- Homepage: https://rtyley.github.io/bfg-repo-cleaner/
- Size: 1.89 MB
- Stars: 11,059
- Watchers: 106
- Forks: 547
- Open Issues: 269
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- stars - rtyley/bfg-repo-cleaner - filter-branch does, but faster. And written in Scala (HarmonyOS / Windows Manager)
- Awesome - Bfg-repo-cleaner - Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala (Communication and Collaboration Tools / Version Control, Wiki, Knowledge base)
- awesome-robotic-tooling - bfg-repo-cleaner - Removes large or troublesome blobs like git-filter-branch does, but faster. (Development Environment / Version Control)
- awesome-robotic-tooling - bfg-repo-cleaner - Removes large or troublesome blobs like git-filter-branch does, but faster. (Development Environment / Version Control)
- starred-awesome - bfg-repo-cleaner - Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala (Scala)
- my-awesome - rtyley/bfg-repo-cleaner - 05 star:11.1k fork:0.5k Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala (Scala)
- jimsghstars - rtyley/bfg-repo-cleaner - Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala (Scala)
README
BFG Repo-Cleaner [![Build Status](https://travis-ci.com/rtyley/bfg-repo-cleaner.svg?branch=master)](https://travis-ci.com/rtyley/bfg-repo-cleaner)
================_Removes large or troublesome blobs like git-filter-branch does, but faster - and written in Scala_ - [Fund the BFG](https://j.mp/fund-bfg)
```
$ bfg --strip-blobs-bigger-than 1M --replace-text banned.txt repo.git
```The BFG is a simpler, faster ([10 - 720x](https://docs.google.com/spreadsheet/ccc?key=0AsR1d5Zpes8HdER3VGU1a3dOcmVHMmtzT2dsS2xNenc) 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/**