To get read/write acces via git follow these steps

  1. Install the git software
  2. if not yet available, generate a ssh-key i.e. with puttygen.exe
  3. send you public ssh-key to mail@xeroc.org and describe your intention.
  4. Wait for ACK/NAK from me
  5. Working with git
    • Windows: Use the URL "ssh://git@git.xeroc.org:2200/REPO"
    • Linux:
      • Append these lines to your ssh-config .ssh/config
        Host pubgit
        	Hostname pubgit.xeroc.org
        	User git
        	Port 2200
      • Clone: git clone pubgit:REPO.git
      • Pull: git pull pubgit:REPO.git
      • Push: git push pubgit:REPO.git (This one need write permissions)

For more information about git, see an overview, the tutorial or the man pages.


- Fabian "XeRoc" Schuh (Homepage)

Project Description Owner Last Change
avr.ethersex.git My Moifications on ethersex. Fabian Schuh 15 months ago
da.git Diplomarbeit Fabian Schuh 14 months ago
netsec.git Übung Netzwerksicherheit an... Fabian Schuh 2 years ago
sa.git Studienarbeit: Entwurf eines... Fabian Schuh 2 years ago
seminar.fahrzeugkommunikation.git Seminar Fahrzeugkommunikation... Fabian Schuh 2 years ago
seminar.lte.git Seminar LTE am Lehrstuhl LMK... Fabian Schuh 23 months ago
seminar.rfid.git Seminar RFID am Lehrstuhl... Fabian Schuh 2 years ago
spic.git Software aus der Vorlesung... Fabian Schuh 17 months ago
syssec.git Übung Systemsicherheit an... Fabian Schuh 2 years ago
tikz.git Tikz-Pictures Fabian Schuh 12 months ago