tres.14159
tres.14159

Reputation: 930

Git repository into a directory in a Git repository

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

Answers (1)

Rafał Rawicki
Rafał Rawicki

Reputation: 22700

They are called submodules. See this chapter in the Git Book or man git-submodule for more information about them.

Upvotes: 6

Related Questions