Zum Inhalt

Windows-PC

Dokumenttyp: Developer Playbook
Status: Draft v0.1
Stand: 2026-06-29

Ziel

Windows als Entwicklungsarbeitsplatz vorbereiten.

Installationen

  • Git for Windows
  • Visual Studio Code
  • SSH-Key
  • optional Docker Desktop
  • optional Windows Terminal

Praxisbeispiel Immohai

Der Windows-PC verwendet VS Code und verbindet sich per Remote-SSH mit dem Ubuntu-Server.

Wichtige Prüfung

git --version
ssh -V

Best Practices

  • Projekte nicht in Downloads speichern.
  • Git installieren, bevor VS Code Git-Funktionen nutzen soll.
  • SSH-Key pro Gerät verwenden.

Checkliste

  • [ ] Git installiert
  • [ ] VS Code installiert
  • [ ] SSH-Key erzeugt
  • [ ] Verbindung getestet