How to add a git repo inside another repository

January 1, 2025 (1mo ago)

just cloning the repo inside the parent is not going to be enough. we need to use git submodules.

follow these instructions:

if you've already cloned the repo by mistake and have committed it to the parent, use the following instead: