7 Dec
2013
7 Dec
'13
10:53 p.m.
Philippe Vaucher wrote:
For information, you can update all the submodules to their latest version with:
git submodule foreach git pull
"git pull" is a no-op for a detached HEAD, is it not? The above would work if I switch all submodules to a branch first: git submodule foreach git checkout develop but not by default.