Slide 5
Slide 5 text
Centralized vs. Distributed Source Control
Systems
• Distributed
• No central authority, every node is a server.
• Usually comes with cross platform support.
• Automated baked in (Pull Requests, Gate Hooks)
• Complete offline support (history data included)
• Large code base (long history) hard to manage locally.
• Good for highly distributed teams.