Boost logo

Boost :

Subject: Re: [boost] [git][predef] Pull fails
From: Peter Dimov (lists_at_[hidden])
Date: 2014-01-26 15:18:13


Andrey Semashev wrote:
> 'git pull' (in superproject) doesn't update submodules. I'm not even sure
> it fetches their history, but I may be wrong.

'git pull' does update the submodule repositories for me. It doesn't update
the files; 'git submodule update' does. What I do is:

git pull
git submodule update --init
cd libs\mymodule
git checkout develop


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