我想将ZF2库添加为子模块。不是整个repos,只是带有所需类的库/ Zend文件夹。
我的(所需)文件夹结构
我关注this示例。
$ cd myproject
$ git submodule add https://github.com/zendframework/zf2.git lib/Zend
$ cd lib/Zend
$ git config core.sparsecheckout truen
$ echo library/Zend > ../../.git/modules/lib/Zend/info/sparse-checkout
$ git read-tree -mu HEAD
但Zend位于:myproject/lib/Zend/library/Zend(/Authentication and-so-on)
我该怎么做才能重映这个?