DEV Community

Discussion on: Why Git is not enough for data science

Collapse
 
val09865 profile image
val09865 • Edited

For large files you can also use git lfs, it works great. I used it when coding a game which had a lot of large binary assets. With it you can keep using git for every files. The big files are tracked too in git but stored separately from the rest and fetched only if you need them. Github has a great integration with lfs and allow you to subscribe to data storage plans for a reasonable price.