logoalt Hacker News

j_maffe10/01/20241 replyview on HN

git doesn't have discoverability or any kind of decentralized CDN service AFAIK.


Replies

hnlmorg10/01/2024

None of that are requirements for a version control system, let alone a distributed one.

What people are after is a decentralised GitHub. Which I think is a good idea. But git itself is already built from the ground up to work decentralised.

So if someone were to build a decentralised discovery service for git, then you could take any existing git repository, whether it’s local copies on your laptop or “centralised” versions in GitHub, and use them equally as a seed.

show 1 reply