←back to thread

848 points thefilmore | 8 comments | | HN request time: 0.742s | source | bottom
1. moralestapia ◴[] No.43969999[source]
Care to explain?
replies(2): >>43970010 #>>43970011 #
2. aucisson_masque ◴[] No.43970010[source]
Linus Torvalds invented git, which is what's used by GitHub and others like gitlab.
replies(1): >>43972770 #
3. joha4270 ◴[] No.43970011[source]
If GitHub went down, how much would it impact the open source world?

Sure, there would be local copies everywhere, but for a distribution version control system, it's pretty centralized at GitHub

replies(2): >>43970061 #>>43972777 #
4. kgeist ◴[] No.43970061[source]
If GitHub went down, the code would be fine (just announce a new official URL), but the main thing that would be lost is issues and pull requests. Maybe Git should add official support for issues and pull requests in its metadata to be fully decentralized.
replies(2): >>43970188 #>>43970495 #
5. nurumaik ◴[] No.43970188{3}[source]
Fully decentralized metadata so we can finally have merge conflicts in PR comments while discussing merge conflicts
6. joha4270 ◴[] No.43970495{3}[source]
Yes, as a I mentioned there is plenty of local copies of the code floating around.

Everything else... as the original comment said, is pretty centralized for a decentralized system.

7. moralestapia ◴[] No.43972770[source]
I know that, I just didn't get this part "and 20 years later we all use it to store our code in a single place".

And as I can see here, no one else did ...

8. moralestapia ◴[] No.43972777[source]
>for a distribution version control system, it's pretty centralized at GitHub

This is what I don't get ... what is the alternative to GitHub?