简体   繁体   English

xcode4:如何使用“ git存储库”与不同计算机上的多个用户共享同一项目?

[英]xcode4 : How to use “git repository” to share same project with multiple users on different computer?

Xcode4's new feature "git repository" is good feature. Xcode4的新功能“ git仓库”是一个很好的功能。 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 ? 如果有人已经修改了同一文件,它是否允许其他用户修改同一文件?

Yes, git is a full version control system (VCS). 是的,git是完整版本控制系统(VCS)。 There are many great resources for learning about git such as all of the resources listed in this stack overflow question . 有很多很棒的资源可用于学习git,例如此堆栈溢出问题中列出的所有资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM