]> git.scottworley.com Git - git-cache/blame - README.md
Say a little more in the README about why this is useful
[git-cache] / README.md
CommitLineData
bef7ce53
SW
1# git-cache
2
3Cache git repos, much like nix's `builtins.fetchGit`
7a5602a8
SW
4
5When N applications that need this functionality each implement it without
6coordination, the user gets N copies of the same content, wasting disk space.
7This is an [xkcd-927](https://xkcd.com/927/) attempt to coordinate.