Git Submodule 로 관리하기 - DanielWorld/SoftwareTech GitHub Wiki

https://blog.rixa.kr/52

git submodule 로 관리하기

추가)

How to clone with submodule

$ git clone --recursive https://github.com/username/repo.git

How to download submodule libraries

In Command Line Tools

$ git submodule update

How to update the latest submodule commit

In Command Line Tools

$ git submodule update --recursive --remote

How to remove submodule

: https://www.atlassian.com/git/articles/core-concept-workflows-and-tips Check number 5