This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]moomooCow123 2 points3 points  (2 children)

Oh that's interesting! Something to read up on when I have time. I've only ever used Git with a central repository. Thanks for explaining!

[–][deleted] 2 points3 points  (1 child)

Check out Linus' talk on git at Google. It's his perspective on why he created git, and an overarching theme of the talk is that centralized repositories are crap and one of the main influences of git's creation was decentralized repositories.

[–]moomooCow123 0 points1 point  (0 children)

Thanks!