GitWeb
These are some informations about the gitweb service hosted at L'Altro Mondo
There are two ways to access one of the git repositories you may find at gitweb
Anonymous git clone and pull
git clone git://laltromondo.dynalias.net/git/<repository.git>
ssh git
git clone ssh://user@laltromondo.dynalias.net:port/path/to/gitroot/<repository.git>
The anonymous git permits only cloning and pulling from the repositories (read only), while using ssh you can also push changes (read/write).
To enable the "ssh git" you can contact me (roughnecks). A public key is needed and a user account must be created before one can use the ssh-thing (you have also to know which port ssh is running on, actually).