git lfs - Best way to store large csv files with a git project -
hey have question regarding one: why not use git large files?. 1 user in comment section mentions git lfs not made store large csv files. question is, better way? should maybe use git? problems large files in history then?
for large cvs file, can replicate git lfs does, , add own smudge/clean content filter driver
the smudge script would, on checkout, fetch cvs file external storage (for instance s3, mentioned in comments).
the clean script would, on commit, check if file has changed, , upload back, should not happen according you.
that way, avoid keeping large text file in git repo.
Comments
Post a Comment