补充示例.

Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
lion.chan 2020-08-09 21:47:08 +08:00
parent e796f587b8
commit 699fd0bf9f
1 changed files with 1 additions and 0 deletions

View File

@ -412,6 +412,7 @@ git commit [...]
```bash
git submodule foreach <command>
# 例如
git submodule foreach git checkout master
git submodule foreach git submodule update
```