Просмотр исходного кода

git submodules

Possibility to work with git submodules
Johannes Rudolph 8 лет назад
Родитель
Сommit
13658879e5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      scripts/update.sh

+ 1 - 0
scripts/update.sh

@@ -16,4 +16,5 @@ for module in $GLUON_MODULES; do
 
 	git checkout $commit 2>/dev/null || git fetch $repo $branch
 	git checkout -B base $commit
+	git submodule update --init --recursive
 done