Distributed Version Control System
Unlike CVS/SVN, Distributed Version Control System, does not hold the data at a central location. A central copy is kept but each user has a local copy of his/her own. This copy is an exact replica of the central server with required history.
This saves the time to go to-and-fro to the central server among other things. GIT is a Distributed Version Control System.
No comments:
Post a Comment