4

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.

4

1 に答える 1

2

いいえ、できません。Linus は意図的に git をそのように動かないようにしました。

于 2010-12-08T14:42:25.897 に答える