Git Submodule for Multiple Git Add Git Module to Project git submodule add <remote-link> For updating with the latest version of submodule git submodule update --remote Commit and Push to Remote To clone git clone --recurse-submodules <remote-link-with-submodules>