Git LFS (Large File Storage) shine haɗin gida don sarrafa manyan fayilolin binary (videos, datasets, design assets, manyan binaries) cikin kyau a cikin Git. Git an yi shi don rubutu/source code kuma yana karewa rashin kyau da manyan binaries, don haka LFS yana adana su daban-daban yayin da ake ajiye alamomi marke-marke a cikin repository.
Matsalar: Git da manyan binaries
Git stores every version of every file in its history (the full content):
→ LARGE BINARY files (videos, datasets, PSDs, big binaries) bloat the repo ENORMOUSLY:
- every change stores another full copy (binaries don't diff well)
- the repo and EVERY clone become huge and slow (clone/fetch download all history)
- history can't be shrunk easily (the large blobs are permanent)
→ Git is great for source code (text, diffable), POOR for large binaries.
