来自另一个存储库的目录的 Git 子模块

发布于 2024-09-26 16:14:27 字数 196 浏览 2 评论 0原文

是否可以创建一个不直接链接到存储库而是链接到其中的目录的子模块?

例如,让 fw.git 成为一个框架存储库,具有以下目录:

|fw.git
\---|test
    |code
    |tools

我想对框架代码进行子模块,只是 code 目录,而不是其他目录。

Is it possible to create a submodule that does not link to a repository directly, but to a directory inside it?

For example, let fw.git be a framework repository, with these dirs:

|fw.git
\---|test
    |code
    |tools

I'd like to submodule the framework code, just the code directory, not other directories.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

云归处 2024-10-03 16:14:27

不,这是不可能的。 Linus 故意让 git 不那样工作。

No, it's not possible. Linus intentionally made git not work like that.

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