1
0

more aggressive git pulls

This commit is contained in:
Jesse Vincent 2018-08-27 14:28:07 -07:00
parent f05e98bb09
commit 1b32a66932

View File

@ -43,6 +43,8 @@ checkout-submodules: git-pull
maintainer-update-submodules:
git submodule update --recursive --remote --init
git submodule foreach git checkout master
git submodule foreach git pull origin master
git-pull:
git pull