Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| lehrkraefte:blc:informatik:glf25:glueckswerkstatt:git-download [2025/10/29 07:38] – removed - external edit (Unknown date) 127.0.0.1 | lehrkraefte:blc:informatik:glf25:glueckswerkstatt:git-download [2025/10/29 07:38] (current) – ↷ Page moved from lehrkraefte:blc:informatik:glf25:python:git-download to lehrkraefte:blc:informatik:glf25:glueckswerkstatt:git-download Ivo Blöchliger | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== git-Repo ====== | ||
| + | Ein git-Repository ist eine Sammlung von Verzeichnissen und Dateien (wie eine .zip-Datei), | ||
| + | |||
| + | Im Moment werden wir git fast nur als «Netzwerklaufwerk» gebrauchen. | ||
| + | |||
| + | ===== Einmalige Installation ===== | ||
| + | * Öffnen Sie die git-bash Kommandozeile | ||
| + | * Navigieren Sie mit '' | ||
| + | * Führen Sie dann folgendes Kommando aus: | ||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | </ | ||
| + | * Damit wird ein neues Verzeichnis '' | ||
| + | * Öffnen Sie das neue Verzeichnis mit VS-Code, z.B. mit | ||
| + | <code bash> | ||
| + | cd glueckswerkstatt-workshop-planner | ||
| + | code . | ||
| + | </ | ||
| + | |||
| + | ===== Updates einspielen ===== | ||
| + | Auf einer Kommandozeile (git-bash, oder gleich in VS-Code) im Verzeichnis '' | ||
| + | <code bash> | ||
| + | git pull | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Ohne git: Installation via zip-File ===== | ||
| + | * https:// | ||
| + | |||