
20 Sep
2010
20 Sep
'10
6:39 p.m.
On 20/09/10 17:01, Beman Dawes wrote:
For those who want to follow along, the git equivalent to an svn checkout is:
mkdir btree cd btree git clone git://github.com/Beman/Boost-Btree.git .
FYI, This works too git clone git://github.com/Beman/Boost-Btree.git btree John Bytheway