카테고리 없음

git hierarchical repository / git 구성하기

개발자_이훈규 2017. 11. 16. 21:10

git의 repository를 구성할 때 hierarchical하게 구성하고 싶다.


git

git/android/library

git/android/app

이런 식으로


그래서 검색한 결과 submodules을 사용하면 된다고 한다.


https://git.wiki.kernel.org/index.php/GitSubmoduleTutorial