submodule.mdMay 7, 2016 ยท View on GitHubSubmodule Back Submodule is what you can use to add sub project of other git repository to your project. git submodule add <git url> [name] If a project have a submodule, you should clone this project by using the following command: git clone --recursive <git url>