Tianhe Gao

git-submodule-update

https://git-scm.com/book/en/v2/Git-Tools-Submodules

```bash

git submodule init git submodule update

git submodule update –init

git submodule update –init –recursive # 会 clone 所有子模块(也包括子模块的子模块) ```


No notes link to this note