Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在两台不同的 Mac 上开发 iOS 应用程序。我在 xcode 中有一个本地 git repo 设置。每次切换 Mac 时,我都会从备份云服务 SugarSync 下载最新的 xcode 项目文件夹。SugarSync 会自动将我对项目所做的任何更改上传到云端。
这是不稳定的,还是只是一种不好的做法?有没有更好的方法来为一个开发人员在多台计算机上构建项目?
我建议使用 github 来做这样的事情。您可以从一台机器上推动并从另一台机器上拉动将完成您现在正在做的同样的事情。
但是做你现在正在做的事情应该仍然有效,我过去对 Dropbox 做过同样的事情。