I think git lfs is a pretty well accepted tool for managing big files in git.
Comment on [deleted]
nickwitha_k@lemmy.sdf.org 2 years 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 2 years ago
v_krishna@lemmy.ml 2 years ago
I think perforce is mostly used. There certainly should be a changelog but no text diff really.
catloaf@lemm.ee 2 years 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.