我希望能够拥有一个框架的工作副本,然后我想为某些扩展创建另一个 repo,在其中我将这些扩展与外部组件一起拉入我的框架中。我看到的问题是,因为我以前没有使用过外部,你似乎只需要拉入可以从项目的其余部分中分离出来的完整目录,例如
root
dir
dir
extensions
plugin - external pulled in here
但是,如果您需要一些外部目录结构包含一些正常框架结构的东西,例如:
root
app - This is in working copy and external
code - This is in working copy and external
dir - This is only in working copy
dir - This is only in external
etc - this is in working copy and external
file - this is only in working copy
file - this is from external
我希望这是有道理的,但基本上我想拥有我的工作副本,然后从另一个 repo 中提取文件,这些文件和文件夹位于与我的工作副本相同目录中的文件和文件夹中。