i need something like git submodules, but the submodule have to be a directory of another project, rather than the entire project.
For example
The Submodule has:
somedir
   files
   dirs
someotherdir
   files
   dirs
thewanteddir
   files
   dir
I want to link thewanteddir with another project
Is there anything that works like that?
 
     
     
    