Git:个人项目的子树或子模块?

发布于 2024-10-28 03:28:51 字数 126 浏览 0 评论 0原文

我有一个带有各种助手的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

↘紸啶 2024-11-04 03:28:51

使用子模块。如果你发现你经常更新你的实用程序,我会使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文