acquasparta
acquasparta

Reputation: 39

Include an outer folder in git repository referencing it

I have a source folder with the following structure (child folders) :

Each of the program use some delphi unit files included into the COMMONMODULE, now I have to create a git repository for each of the program and I need a way to reference the COMMONMODULE, folder without duplicating its content in each program repository, is it possible ?

What is the best way ?

Upvotes: 1

Views: 89

Answers (1)

Faruk Sahin
Faruk Sahin

Reputation: 8726

Submodules is what you are looking for.

Upvotes: 1

Related Questions