CI: One git repository fits it all? Or: gitflow for multiple projects

一个人想着一个人 提交于 2019-11-29 05:18:34
VonC

The advantage of having all these applications in one repository is a very simple initial setup for all of us and the guarantee that the iPhone app and the API are working fine together.

splitting it up into 5 repositories. One for each of the apps, one for utilities and other stuff not directly related to one of it.

That looks like submodules, and you can still reference said submodules in one unique parent repo in order to facilitate the initial setup.
This is also closer to a component approach (recommended here, see the criteria for switching to one), which allows for the 5 repos to evolve in their own pace, with their own set of branches and tags.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!