skip to content

Parsa Tajik

How to add a git repo inside another repository

/ 1 min read

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: