简体   繁体   English

为XCode项目创建可移植的Git存储库

[英]Creating portable Git repository for XCode project

I would like to start working on an XCode iOS project on my iMac and then, in few days, move it into my MacBook Air and continue working from there whilst keeping and accessing to the source code version of the initial repository (the one started on the iMac). 我想开始在我的iMac上进行XCode iOS项目的工作,然后在几天之内将其移至MacBook Air中,并从那里继续工作,同时保留并访问初始存储库的源代码版本 ( iMac)。

Is this possible? 这可能吗? And if so is there any tutorial/guide I can follow? 如果可以的话,我可以遵循任何教程/指南吗?

Use a remote git server, like Github or Bitbucket. 使用远程git服务器,例如Github或Bitbucket。 Here you find all the info you need https://help.github.com 在这里您可以找到所需的所有信息https://help.github.com

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

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