Search

서브모듈 등록하기

Tag
서브모듈

서브모듈 등록

git submodule add <레포주소> <경로>
Bash
복사

서브모듈 업데이트

git submodule update --init --recursive
Bash
복사