this post was submitted on 07 Jul 2024
497 points (92.6% liked)
Memes
45550 readers
1283 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Counterpoint: it is a chain and there absolutely is not one server.
For each project there is one authoritative instance, one "server" that everyone pushes to. Otherwise you get chaos.
That's not a git thing though. You can totally have multiple remotes and the remotes are just git repositories themselves. Git is 100% decentralized. There is technically nothing stopping you from having multiple remotes.
That may be how you use it, but that's not baked into git. See my previous response. There's a bunch of FUD in this thread for some reason.
People want simple answers, and "blockchain bad" seems to satisfy many
Otherwise you get git. You're describing svn.
And nobody ever forked a project, and lived happily ever after, then end.
If you want to work with the original project, you have to push to the server that controls the original project.
No you don't, you can just fork it, add a commit, and walk away, and everyone can decide which one they want to clone