Skip to content

Git Submodules

서브모듈 업데이트

shell
$ git submodule update --recursive

서브모듈 업데이트 & 원격 최신 정보 pull

shell
$ git submodule update --recursive --remote