Suggestions:
SmartGit (for GUI) GitSCM (for command line)
__archive C:\__archive
Create folder at C named __archive and set it current:
mkdir C:\__archive
C:
cd \__archive
git clone https://github.com/ca2/storage-windows https://github.com/ca2/storage-windows
git clone https://github.com/ca2/third-windows https://github.com/ca2/third-windows
git clone https://github.com/ca2/tool-windows https://github.com/ca2/tool-windows
Create folder (prefer no spaces in entire path) and set it current directory:
mkdir C:\myca2-test
C:
cd \myca2-test
git clone https://github.com/ca2/app/ https://github.com/ca2/app
git clone https://github.com/ca2/app-simple/ https://github.com/ca2/app-simple
git clone https://github.com/ca2/include/ https://github.com/ca2/include
git clone https://github.com/ca2/platform-windows/ https://github.com/ca2/platform-windows
git clone https://github.com/ca2/third/ https://github.com/ca2/third
Open C:\myca2-test\platform-windows\_seed\simple.sln at Visual Studio
(c)st<3t(b)s