Y
Hacker News
new
|
ask
|
show
|
jobs
by
livealife
2194 days ago
Isn't GitHub decentralised?
2 comments
dafoex
2194 days ago
Git the version control system is (well, its "distributed"), but GitHub not so much since the repos themselves are stored central, afaik. I think the most they manage are servers for different countries.
link
quantummkv
2194 days ago
The Git part is. The Hub part is not.
link
karmakaze
2193 days ago
In theory. In practice, how many remotes do you fetch-from/push-to? Pushing to one that's not connected to CI/CD may as well be email.
link