0
votes

i've read many articles but not found yet. currently i'm working on git lfs files with python and cpp but the files[images, shared object, videos etc.] are extremely huge{600 MB}.. so which vcs is great for it. currently i'm working with git but it's very time consuming and painful. sometimes it's failed to commit in my i5 machine. so how do it simply.

Have you tried Git LFS?Matt
What kind of files of these? How often do they really change?StayOnTarget
look at my updated index. btw i'm working on music files too.jrs
Mercurial also has 'largefiles' extension, distributed with TortoiseHg.Mike Rosoft