Adding Submodules
Make a new git repo and add an initial commit if you don't have one already.
Add another git repo as a submodule with
git submodule add <github-repo-link>
Now that repo will be iniside of your repo 🤯
(You still need to commit these changes).