서브모듈을 검사하고 업데이트하며 관리합니다. 더 많은 정보: https://git-scm.com/docs/git-submodule.
git submodule update --init --recursive
git submodule add {{repository_url}}
git submodule add {{repository_url}} {{경로/대상/폴더}}
git submodule foreach git pull