Тестирование

How to push one github repository into another github repository?

How to push one github repository into another github repository?

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

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

Понравилась статья?

Подпишитесь на нашу рассылку, чтобы получать новые статьи и обновления