Skip to content

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEvarior committed Jan 16, 2025
1 parent 9ae746b commit a90d942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/labs/git/01_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ description: >
git branch feature/my-cool-feature
git switch feature/my-cool-feature
```
2. Öffne die `index.txt` Datei und ändere den Inhalt.
2. Öffne die `index.txt` Datei und ändere den Inhalt. Die Änderung soll dabei auf der gleichen Zeile sein wie den Satz den du zuvor hinzugefügt hast. Z.B. `Mein Satz` zu `Mein viel besserer Satz`.
3. Speichere die Datei.

### Schritt 4: Änderungen im Feature-Branch stashen
### Schritt 4: Änderungen im Feature-Branch stashens

1. Bevor du den Feature-Branch in den Master-Branch mergst, stashe zuerst die Änderungen.
```shell
Expand Down

0 comments on commit a90d942

Please sign in to comment.