创建 Git 子树存储库模板以方便重用
最近我在一个项目中广泛使用了 git subtree。 一切都很好。 现在事实证明,每当我需要为客户提供此类项目时,该项目都会被重复使用很多次。 你可以想象一个类似“框架”的东西。
因此,在 Visual Studio 中,我将创建一个“解决方案模板”,以便简单地重用骨架部分,仅在需要时进行调整。
但由于这个骨架是用一堆子树构建的(每个子树都是它自己的一个项目),所以我需要一种机制来重新创建 git 子树引用。 我不希望每个使用框架(通过解决方案模板或克隆存储库)的开发人员都必须了解重新创建它们的引用。
那么,是否有一种(最佳实践?)方法来完成此工作流程? 提前致谢
Recently i had extensive use of git subtree in a project.
Works all really fine.
Now it turns out, that this project will be reused a lot of times, whenever i need this kind of project for a customer.
You can imagine something like a "framework".
So in Visual Studio I would create a "Solution Template" for simple reusing of the skeleton parts, to adapt only when needed.
But since this skeleton was built with a bunch of subtrees (each of them is a project for itself), i need a mechanism to recreate the git subtree references.
I don't want that every developer which uses the skeleton (via solution templates or cloning a repository) has to know about the references to recreate them.
So, is there a (best-practice?) way of accomplish this workflow?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论