I think git lfs is a pretty well accepted tool for managing big files in git.
Comment on [deleted]
nickwitha_k@lemmy.sdf.org 6 months agoGit isn’t very good with large binary files, git blame doubly so.
Good point. I’d hope that there is some equivalent version control though.
ricecake@sh.itjust.works 6 months ago
v_krishna@lemmy.ml 6 months ago
I think perforce is mostly used. There certainly should be a changelog but no text diff really.
catloaf@lemm.ee 6 months ago
There is git lfs as mentioned, and other systems like perforce support binaries too, but generally assets like those aren’t under the same kind of version control because they don’t change as frequently, aren’t worked on by multiple people, and can’t be diffed.