|
|
|
|
|
by nuancebydefault
599 days ago
|
|
The problem of versioning binaries is more fundamental, not tied to the tool. Binary assets themselves don't belong under traditional source control because they are not suitable to be diffed. That is why git LFS stores them seperately and only versions their hashes. |
|