This is an old revision of the document!
Within the X2go project development code is shared via a public GIT repository at BerliOS in Germany. For any X2go GIT related questions, please contact our GIT repository administrator (currently: Mike Gabriel): git-admin (at) x2go (dot) org.
Browse the X2go GIT repository tree in a webbrowser: http://git.berlios.de/cgi-bin/gitweb.cgi?p=x2go;a=tree
Anonymous X2go GIT Repository Access via GIT protocol (read-only)
The X2go project's BerliOS Developer GIT repository can be checked out through anonymous GIT with the following instruction set (in a Unix-like console session).
$ mkdir ~/x2go-source $ cd ~/x2go-source $ git clone git://git.berlios.de/x2go .
Developer GIT Access via SSH
Only project developers can access the GIT tree via this method. Substitute <developername> with your BerliOS username. Substitute <branch> with the name of the X2go branch you are contributing to. Enter your BerliOS site password when prompted.
$ cd ~/x2go-source $ git push ssh://<developername>@git.berlios.de/gitroot/x2go <branch>
SSH Key Fingerprints of git.berlios.de
DSA Key: dd:a1:76:9d:cf:82:c4:3b:0d:24:b7:26:0e:36:6b:f1
| branch | description / purpose | write access | BerliOS name | comment | last modified |
|---|---|---|---|---|---|
| MASTER | code basis for X2go releases | Heinz-M. Graesing | hmg | 20101002 | |
| Oleksander Schneyder | ? | ||||
| git-test | GIT admin's testing branch | Mike Gabriel (Owner) | mgabriel | 20101002 |