Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk