Hacker News new | ask | show | jobs
by IshKebab 2243 days ago
Git is distributed in the sense that you have a copy of the source code and can make commits. Compare this to what would happen if an SVN server went down.
1 comments

Even in SVN there is a copy of the current code everywhere. Just that it does not support having multiple repos and all which I don't think many people uses in git. Most orgs only have one remote repo setup(I would love to be wrong in this)