Git itself is not suitable for huge files: - Large binary files tend to be not very "deflatable" - xdelta (used in Git to diff files) tries to load the entire content of a file into memory, at once. This is why there…
Git itself is not suitable for huge files: - Large binary files tend to be not very "deflatable" - xdelta (used in Git to diff files) tries to load the entire content of a file into memory, at once. This is why there…