Many developers (especially lone developers) don't understand the advantages of using source code control / SCC (a.k.a. source code management / SCM ). SCC means registering your source code with a repository so that revisions and versions can be logged and stored. Most often, SCC is used with team-based projects since the repository can allow multiple people to work on the same project at the same time. Changes are uploaded to the repository and coordinated so that one person's modifications do not overwrite another's.



Del.ici.ous


