Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 271 Bytes

how-to-manage-git-submodule.md

File metadata and controls

19 lines (14 loc) · 271 Bytes

How to manage git submodule

only introduce necessary steps

clone a repo with submodule

$ git clone --recursive <project url>

check submodule state

git submodule status

update submodule

git submodule update --remote