18 Jun
2014
18 Jun
'14
12:38 p.m.
Peter Dimov wrote On 18-6-2014 12:30:
Barend Gehrels wrote:
After --init, run it also without --init because it does not update the already initialized submodules.
That's not true, at least for me. I never use "git submodule update" without --init, and everything updates fine.
git pull git submodule update --init
OK - could not test it myself because I already used it before, without --init But I got this from StackOverflow: http://stackoverflow.com/questions/10168449/git-update-submodule-recursive (don't know if the recursive flags is relevant) Regards, Barend