- add:
git submodule add ssh://bla submodule_dir
- init:
git submodule init
- update:
git submodule update --init --recursive
git submodule foreach git pull origin master
git submodule add ssh://bla submodule_dir
git submodule init
git submodule update --init --recursive
git submodule foreach git pull origin master