소스 검색

git submodules

Possibility to work with git submodules
Johannes Rudolph 8 년 전
부모
커밋
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