xcode4:如何使用“git存储库”与不同计算机上的多个用户共享同一个项目?
Xcode4的新功能“git存储库”是一个很好的功能。但我对此感到困惑。
它是否允许签入和签出功能?
如果有人已经修改了同一文件,它是否允许其他用户修改该文件?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,git 是一个完整的版本控制系统(VCS)。有很多学习 git 的好资源,例如 中列出的所有资源堆栈溢出问题。
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.