Overview

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

Web Access

The following is a link to the online source repository.

Anonymous access

The source can be checked out anonymously from GIT with this command:

$ http://cast.iisg.agh.edu.pl/stash/scm/cast_platform/cast.git

Developer access

Everyone can access the GIT repository via HTTP. To commit your changes to repository you have to create a pull request on Stash. After it is accepted it will be merged to master branch.

Access through a proxy

The GIT client can go through a proxy, if you configure it to do so. You have to run the following command:

$ git config --global http.proxy http://myproxy.domain.com:1234