Ruphaa's Notes

How to push one github repository into another github repository?

git

This way of pushing one repo into another is called github sub modules

syntax: git submodule add <github_url> <folder_name>
eg: git submodule add https://github.com/ruphaa/exercises.git **exercises**