git submodule 操作

git submodule foreach git status
举一反三,对所有子库的操作,都可以使用 git submodule foreach 做前缀
foreach,可以记忆为for each,为每一个。

例如:
git submodule foreach git pull
git submodule foreach git checkout .
git submodule foreach git update
....

posted @ 2020-09-22 16:38  Mojito2020  阅读(430)  评论(0编辑  收藏  举报