Skip to content

Instantly share code, notes, and snippets.

View ioram7's full-sized avatar

Ioram Sette ioram7

View GitHub Profile
### Keybase proof
I hereby claim:
* I am ioram7 on github.
* I am ioram7 (https://keybase.io/ioram7) on keybase.
* I have a public key ASCIcaLklQp3rJXyur1noUlxJsLEITW1a4yJYX3mdQ2mAQo
To claim this, I am signing this object:
@ioram7
ioram7 / bfg.sh
Created June 27, 2018 12:10
BFG - Delete Big Files from Git
brew install bfg
bfg --strip-blobs-bigger-than 100M .
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push --no-verify --mirror