-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
https://realwujing.github.io/git-learning/submodule/
git submodules 更新 submodule 自动初始化并更新仓库中的每一个子模块, 包括可能存在的嵌套子模块。 方式1 1git clone --recurse-submodules https://github.com/realwujing/linux-learning.git 方式2 12git clone https://github.com/realwujing/linux