Skip to content

Commit d0bb658

Browse files
author
Libor Zoubek
committed
add repo checkout script (for now it pull all modules master)
1 parent 97c9c14 commit d0bb658

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

checkout.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
echo "Updating addon submodules"
3+
git submodule init
4+
git submodule update
5+
git submodule foreach git pull origin master
6+

0 commit comments

Comments
 (0)