A Tale That Wasn't Left

양철웅의, 특별히 주제를 정해두지 않은 이야기들

RSS

git submodule
Posted on Friday, March 4, 2022.

parent project에서 child project를 git submodule로 사용할 때,
child의 hash를 바꾼 parent를 체크아웃해도 로컬 child는 변하지 않는다.

이 때에는 git submodule init를 실행하여 로컬의 childparent에서 요구하는 버젼으로 업데이트한 후 사용하면 됨.


Tags: blog, diary, tip, git, submodule