4 Dec
2013
4 Dec
'13
9:13 a.m.
On 4 December 2013 07:27, Cox, Michael
The following should get you what your asking for, if I understand you correctly:
git clone --recursive -b develop https://github.com/boostorg/boost
git submodule foreach git checkout develop
Most developers won't do this, they'll be using the master branch of the super project, and only checking out develop for the modules they're concerned with. Although our testing system won't be doing that at first, and probably not for some time. Which is a problem.