$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.