Menu

Tree [aae391] master /
 History

HTTPS access


File Date Author Commit
 Assessment 2018-01-11 s-edwards s-edwards [454a6c] Moved individual projects to separate github re...
 Plugins 2018-01-11 s-edwards s-edwards [454a6c] Moved individual projects to separate github re...
 Utilities 2018-01-11 s-edwards s-edwards [454a6c] Moved individual projects to separate github re...
 VisualStudio 2018-01-11 s-edwards s-edwards [454a6c] Moved individual projects to separate github re...
 Web-CAT 2018-01-11 s-edwards s-edwards [454a6c] Moved individual projects to separate github re...
 .gitmodules 2018-01-11 s-edwards s-edwards [454a6c] Moved individual projects to separate github re...
 README 2018-01-28 s-edwards s-edwards [aae391] Fixed the got clone URLs.

Read Me

Individual Web-CAT projects are now hosted on github at:

https://github.com/web-cat

This repository is a top-level shell that contains the various separate
github repositories as submodules.

To checkout, use:

git clone --recurse-submodules git://git.code.sf.net/p/web-cat/code web-cat-code

Or, alternatively:

git clone git://git.code.sf.net/p/web-cat/code web-cat-code
cd web-cat-code
git submodule init
git submodule update

This process will pull in clones of all of the repositories nested inside this
one tree.