[submodule "pages"]
  path = pages
  url = git@github.com:yzzeee/ansible.git
git submodule sync --recursive
git submodule update --init --recursive
git clone --recursive <원격저장소>
git submodule update --recursive --remote

2021년 11월 3일

https://www.youtube.com/watch?v=MIGliPrUMGE&ab_channel=우아한Tech

2022년 1월 8일

Git submodule 파헤치기

git submodule update --init --recursive