Source code management (SCM) is used to manage changes to source code over time. There are two main types: centralized SCMs which keep the main copy of code in one central place, and distributed SCMs which allow full copies of the code across devices. SCMs provide version control, allowing developers to check out code, make changes, and commit changes back while resolving any conflicts between versions. Common SCMs include Git, Mercurial, Subversion and Team Foundation Server.
2. Who Are You and Why Are You In My House? Chris Tankersley Been doing PHP for almost 8 years now Lots of projects no one uses released under the BSD license Contributer to the Habari Project
29. Common Vocabulary Checkout Download a copy of the source to your machine Commit Saving your changes to the SCM Repository Place where the source code is kept „ I checked out the code this morning and commited the changes back to the repository”