Duplicates:
- http://stackoverflow.com/questions/740053/why-should-i-use-git-instead-of-svn
- http://stackoverflow.com/questions/161541/svn-vs-git
- http://stackoverflow.com/questions/871/why-is-git-better-than-subversion
I'm sure I've asked it wrong but I read that Git doesn't use a central repository like SVN does. One, I don't understand how you can have a decentralized version control system. I'm sure it works because so many use it but I don't understand the concept.
How can you have something everyone uses but not a centralized repository to hold the source code?
I suppose this is more of a git vs. svn also, Which do you use? I read that git is better but not as integrated in most IDE tools as SVN.
I'm still learning.
Thank you.