简体   繁体   English

如何与超过1位开发人员一起处理XCode项目

[英]How to work on XCode project with more than 1 developer

I've been working solo on XCode projects for a while now, and in this new project I need to work with several developer. 我已经在XCode项目上单独工作了一段时间,在这个新项目中,我需要与多个开发人员一起工作。 How do I go about that? 我该怎么办?

I've been using Dropbox for a while and I do know about source control (Git, locally) but I'm using it for my own tracking. 我使用Dropbox已有一段时间了,我确实了解源代码控制(本地的Git),但是我将其用于自己的跟踪。 How do I branch out and let other developers work on that? 我该如何扩展业务并让其他开发人员进行这项工作? Do they open the same project on Dropbox (syncing issues?)? 他们是否在Dropbox上打开了同一项目(同步问题?)? And how do I merge them back again? 我又如何将它们合并回去?

You could use a service like GitHub to help you with this: https://github.com/ 您可以使用GitHub之类的服务来帮助您: https : //github.com/

Also, BitBucket is a similar service but has the added benefit of free private repos. 此外,BitBucket是一项类似的服务,但具有免费私人回购协议的额外好处。

There's no need to resort to DropBox. 无需求助于DropBox。 Both you and the other developer can work on separate branches and merge your code to the master branch as needed. 您和其他开发人员都可以在单独的分支上工作,并根据需要将您的代码合并到master分支。

I think you can easy deploy with your team using even dropbox directly to a server without understanding how GitHub and/or bitbucket works (optionally, offcource). 我认为您甚至可以使用dropbox轻松地与团队一起直接部署到服务器,而无需了解GitHub和/或bitbucket的工作方式(可选,offcource)。 There are services like http://unbouncepages.com/the-magicbox/ that can be used to connect your local computer to remote FTP/SFTP with Magicbox and start working on your project, your code will be populated on live server at same time. http://unbouncepages.com/the-magicbox/之类的服务可用于使用Magicbox将本地计算机连接到远程FTP / SFTP并开始处理您的项目,您的代码将同时在实时服务器上填充。

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

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