|
|
|
|
|
by fragmede
603 days ago
|
|
> Large blobs happens when someone accidentally checks in some binary, so, not much you can do > Retroactively, once the file is there though, it's semi stuck in history. Arguably, the fix for that is to run filter-branch, remove the offending binary, teach and get everyone setup to use git-lfs for binaries, force push, and help everyone get their workstation to a good place. Far from ideal,
but better than having a large not-even-used file in git. |
|
As someone else noted, this is about small, frequently changing files, so you could remove old versions from the history to save space, and use LFS going forward.