In one of my iOS project I have add a sub-module added, lets say a friend of my wants to pull it including the submodule, how can he do this? Whenever I tried to download the z
You can clone with the --recursive option in order to automatically initialize and update the submodules (and any submodules that those submodules contain, etc.)