GNUmakefile: add back 'git pull'
Seems this was removed by accident.
This commit is contained in:
@@ -426,6 +426,7 @@ update: .FORCE
|
||||
svn cleanup ../lib/* ; \
|
||||
svn update ../lib/* ; \
|
||||
fi
|
||||
git pull --rebase
|
||||
git submodule update --init --recursive
|
||||
git submodule foreach git checkout master
|
||||
git submodule foreach git pull --rebase origin master
|
||||
|
Reference in New Issue
Block a user