git 子模块是否合理可用?
我读过很多关于使用 git 子模块的警告。
从本质上讲,我有我的个人存储库。我想导入另一个积极维护的存储库,我可以将其作为框架添加到原始项目中。
使用 git 子模块合理吗?这就是“GitHub 人群”所做的吗?
I've read many caveats with using git submodules.
In essense, I have my personal repository. And I would like to import another actively-maintained repository that I could add as a framework to the original project.
It it reasonable to use git submodules? Is that what the "GitHub crowd" do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请看一下这篇博文。它应该给你一个很好的概述:
了解 git 子模块
Please take a look at this blog post. It should give you a great overview:
Understanding git submodules