Git:个人项目的子树或子模块?
我有一个带有各种助手的 git 存储库,我想在多个个人项目中使用它们。我尝试过使用“Pro Git”书中描述的子树方法,但在更新“Utils”存储库时遇到了麻烦。我应该使用子模块吗?所有项目都有单一贡献者(我)并托管在 Github 上。
I have a git repo with various helpers and I want to use them in multiple personal projects. I've tried using subtree approach described in "Pro Git" book but had troubles updating the "Utils" repo. Should I use the submodules? All projects have single contributor (me) and are hosted at Github.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用子模块。如果你发现你经常更新你的实用程序,我会使用 git Slave。这会将命令传播到子模块级别。
Use submodules. If you find that you are updating your utils often, I would make use git slave. This will propagate commands into the submodule level.