sh 拉最新的所有Git子模块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 拉最新的所有Git子模块相关的知识,希望对你有一定的参考价值。

git pull

# Update .git/config
git submodule init

# Pull submodules
git submodule update --recursive

以上是关于sh 拉最新的所有Git子模块的主要内容,如果未能解决你的问题,请参考以下文章

sh 将子模块添加到git项目

sh WordPress安装为git子模块

sh 删除git子模块但保留文件

如何用git从develop分支拉最新代码至本地

Git 拉取远程代码

sh 用于git的bash命令重置所有目录并提取最新提交