git submodule add link // add submodule git submodule update --remote // update submodule // delete git rm -r the_submodule rm -rf .git/modules/the_submodule submodule init // before you clone a repo