... | @@ -29,7 +29,7 @@ for i in *-opi *-orbit; do |
... | @@ -29,7 +29,7 @@ for i in *-opi *-orbit; do |
|
pushd $i;
|
|
pushd $i;
|
|
git status -s;
|
|
git status -s;
|
|
git pull;
|
|
git pull;
|
|
[ -e .gitmodules ] && git submodule update
|
|
[ -e .gitmodules ] && git submodule update --init --recursive
|
|
popd;
|
|
popd;
|
|
done
|
|
done
|
|
```
|
|
```
|
... | @@ -44,7 +44,7 @@ done |
... | @@ -44,7 +44,7 @@ done |
|
PUSHD %%a
|
|
PUSHD %%a
|
|
git status
|
|
git status
|
|
git pull
|
|
git pull
|
|
@FOR %%b IN (.gitmodules) DO @git submodule update
|
|
@FOR %%b IN (.gitmodules) DO @git submodule update --init --recursive
|
|
POPD
|
|
POPD
|
|
)
|
|
)
|
|
```
|
|
```
|
... | | ... | |