|
|
|
|
|
by dwpdwpdwpdwpdwp
993 days ago
|
|
Source control is all about managing diffs. Large files are fine, binary doesn’t make sense. Most of the time binary file diffs aren’t human readable. I store binary files outside of git but keep build logs containing binary file CRCs on git |
|
In git, diffs are literally just a UI thing.