$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Equivalent of "svn update"?
From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2013-12-07 17:37:31
For information, you can update all the submodules to their latest version
with:
git submodule foreach git pull
"foreach" is very useful to manipulate all submodules at once.
HIH,
Philippe