
2 Dec
2013
2 Dec
'13
4:15 p.m.
If I do this: git clone --recursive git@github.com:boostorg/boost.git modular-boost cd modular-boost/libs/math git checkout develop What commit of math develop branch should be checked out? The current head? The head at the time of the git clone? Some other head? --Beman