Overview

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

Anonymous access

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

$ git clone git@github.com:m-m-m/mmm.git/mmm-client/mmm-client-ui/mmm-client-ui-core/mmm-client-ui-core-api

Developer access

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

$ git clone git@github.com:m-m-m/mmm.git/mmm-client/mmm-client-ui/mmm-client-ui-core/mmm-client-ui-core-api

Access from behind a firewall

Refer to the documentation of the SCM used for more information about access behind a firewall.