Reputation: 930
I have found a repository in github that have into the directories other gits repository (as symlink).
But I don't know how make this kind of "symlinks".
Kivutar/twinsisters/tree/master/libs
Upvotes: 3
Views: 56
Reputation: 22700
They are called submodules. See this chapter in the Git Book or man git-submodule
for more information about them.
Upvotes: 6