Hacker News new | ask | show | jobs
by Deganta 2654 days ago
That's because most users don't actually need the distributed part of git. For most projects the sanest solution is to have a single master repository that all users pull/push from/to.

IMHO the only real advantages over SVN for most users are the better branch/merge functions.

1 comments

In other words-- git is so good at being decentralized you only notice the consequences in the improved branch/merge UX.