fixing code blocks

This commit is contained in:
2026-04-20 19:03:15 +02:00
parent 007f9b1d81
commit 64206b427d

View File

@@ -11,7 +11,7 @@ Stellen Sie hierfür sicher, dass [git](https://git-scm.com) installiert ist.
1. Repository klonen:
```sh
```
git clone https://git.mypapercloud.de/fierke/tagwiki.git
cd tagwiki
```
@@ -23,13 +23,13 @@ Stellen Sie hierfür sicher, dass [git](https://git-scm.com) installiert ist.
3. Fork als Remote hinzufügen:
```sh
```
git remote add fork https://git.mypapercloud.de/IHR-NUTZERNAME/tagwiki.git
```
4. Neue Branch erstellen:
```sh
```
git checkout -b meine-aenderungen
```
@@ -37,14 +37,14 @@ Stellen Sie hierfür sicher, dass [git](https://git-scm.com) installiert ist.
6. Änderungen übernehmen:
```sh
```
git add .
git commit -m "Beschreibung der Änderung"
```
7. Änderungen pushen:
```sh
```
git push fork meine-aenderungen
```