Skip to content

Commit

Permalink
add repo checkout script (for now it pull all modules master)
Browse files Browse the repository at this point in the history
  • Loading branch information
Libor Zoubek committed Mar 13, 2015
1 parent 97c9c14 commit d0bb658
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions checkout.sh
@@ -0,0 +1,6 @@
#!/bin/bash
echo "Updating addon submodules"
git submodule init
git submodule update
git submodule foreach git pull origin master

0 comments on commit d0bb658

Please sign in to comment.