8 ms·
Git handles symlinks, so if your devs were all on UNIX-like systems, you could just store symlinks to your un-diff-able blobs under your Git repository. Sorry
by rcoder 18y ago
Git handles symlinks, so if your devs were all on UNIX-like systems, you could just store symlinks to your un-diff-able blobs under your Git repository.
Sorry to offer a non-solution, but maybe someone else out there does have a UNIX dev platform, and could get some benefit from storing big binary files in network share with versioned symlinks.
- cconstantine 18y agoI hadn't thought of that. You'd then be revision-ing the link, and not the file itself. Unfortunately we are tied pretty tightly to Windows dev. environments.