我正在为我的 xpages 项目设置 github,其中一个有多个 nsf 数据库链接到它。最佳做法是什么?我是为每个数据库设置一个存储库,还是创建一个大项目?
问问题
115 次
2 回答
3
Personally I would make one repository with each db of the application being a project within that repository. This would reduce the hassle of branching and merging because when you create a new branch you would have all of the applications within that branch.
于 2013-03-18T14:08:49.233 回答
0
您也可以考虑使用子模块。请参阅http://git-scm.com/book/en/Git-Tools-Submodules或https://skyl.org/log/post/skyl/2009/11/nested-git-repositories-with-github-using -submodule-in-three-minutes/供参考。
于 2013-03-18T16:39:39.383 回答