Boost logo

Boost :

Subject: Re: [boost] [git] How the blazes are you supposed to update allthesubmodules?
From: Peter Dimov (lists_at_[hidden])
Date: 2013-12-19 09:41:26


Peter A. Bigot wrote:
> git pull
> git submodule update

That's what I do, too. This puts everything (back) into a detached head, so
if I want to do work on, for example, smart_ptr, I have to then manually
switch it to "devel" again:

cd libs/smart_ptr
git checkout devel

but it's not that much of a bother, and the whole procedure can in principle
be automated with a script.


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