Updated scripts to support git submodules
This commit is contained in:
@ -5,6 +5,9 @@ function do_git {
|
||||
cd $1
|
||||
git ls-remote --get-url
|
||||
git pull
|
||||
if [ -f .gitmodules ]; then
|
||||
git pull --recurse-submodules
|
||||
fi
|
||||
cd ..
|
||||
echo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user