I Just Installed XCode 4.
I came across some new words while reading the transition guide
What is this git and SCM in Xcode4 mean?
What purpose does these serve?.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SCM stands for
software control management, and git is a example of such software.Another example is Subversion (SVN), which is perhaps (for the moment) more known, and is also available in Xcode.
Git has the advantage to be distributed, which means you don’t need to have another server or anything to start your versioning control.
A small quote from git:
You can see the Apple words on the subject.