Git 链接到存储库文件夹

发布于 2024-12-07 05:09:51 字数 288 浏览 1 评论 0原文

我确实有一个问题:如何在 git 存储库中链接到另一个存储库的文件夹。

我有以下结构:

存储库一

.git

文件夹 A

文件夹 B

存储库二

.git

文件夹 C

文件夹 D

所以我现在想要的是,在我的存储库一及其文件夹 B 中,引用存储库二的文件夹 D。 重要的是我没有引用整个存储库 C,而只是引用它的文件夹 D。

我真的很感激任何帮助!

提前致谢 亚历克斯

I do have a question: How can I link within a git repository to a folder of another repository.

I have the following structure:

Repository One

.git

Folder A

Folder B

Repository Two

.git

Folder C

Folder D

So what I now want is, that within my repository One and its Folder B, Folder D of Repository Two is referenced.
It's important that I do not reference the whole repository C, but just the Folder D of it.

I would really appreciate any help!

Thanks in advance
Alex

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

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

发布评论

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

评论(1

爱她像谁 2024-12-14 05:09:51

如果您的操作系统支持(甚至 Windows 从 Vista 开始也支持),最简单的方法是使用符号链接从文件夹 B 引用文件夹 D
但是您可以将两个存储库分开维护。

git submodule 不会适合您的情况,因为它将所有存储库称为模块。

The simplest way, if your Os supports it (and even Windows does since Vista), is to use a symlink for referring to folder D from folder B.
But you would maintain the two repos separate.

git submodule wouldn't be adapted to your case, since it refers to the all repo as a module.

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