|
|
|
|
|
by kvnhn
1677 days ago
|
|
Maybe not precisely what you want, but I built a CLI tool[1] that's like a simplified and decoupled Git-LFS. It tracks large files in a content-addressed directory, and then you track the references to that store in source control. Data compression isn't a top priority for my tool; it uses immutable symlinks, not archives. [1]: https://github.com/kevin-hanselman/dud |
|