Using Git Submodules
If you’ve ever tried to add a Git repository within another Git repository, you may have gotten a confusing message like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 warning: adding embedded git repository: another-repo hint: You've added another-repo git repository inside your current repository. hint: Clones of the outer repository will not contain the contents of hint: the embedded repository and will not know how to obtain it....