On adding a subproject using git submodule add, how many files will be added in the main repository? code example
Example 1: git load all submodules
git submodule update --init --recursive
Example 2: git clone submodule
git clone --recurse-submodules