this post was submitted on 07 Jul 2024
481 points (92.3% liked)
Memes
46718 readers
1380 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
Git is a real-life use-case
Git is not a blockchain. Most importantly, it's not distributed. There's a singular git server that all git clients for that repository connect to and use as a source of truth.
Git was built specifically to avoid the necessity to have one authoritative server.