$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Equivalent of "svn update"?
From: Peter Dimov (lists_at_[hidden])
Date: 2013-12-07 17:53:54
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.