Xcode4’s new feature “git repository” is good feature. But I am confuse with it.
Does it allow check-in and check-out functionality ?
Does it allow other user to modify same file if someone already modifying it ?
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.
Yes, git is a full version control system (VCS). There are many great resources for learning about git such as all of the resources listed in this stack overflow question.