'One repository with many nested repositories that are not virtual (submodules or subtree)
Is it possible to create one big repository which then contains multiple child repositories that are physically and not virtually maintained by the parent? I tried submodules and I found that it is actually a pointer to another repository. I found subtree to be something similar as well.
What I need is that, I do not want create a separate git repository for each small module belonging to the same project but I want those small module to be repositories themselves. The reason behind this is that, I use Go and I want to run the go get command on subdirectories in the main repository. Does git support this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
