new changes

This commit is contained in:
Philippe Torrel
2026-09-03 09:15:27 +02:00
parent 9308f282ad
commit 4875204025
2 changed files with 2 additions and 3 deletions

View File

@@ -69,7 +69,6 @@ git commit -m "feat: add feature2.txt with base logic"
echo "Feature 2: Erweiterte Logik" >> feature2.txt echo "Feature 2: Erweiterte Logik" >> feature2.txt
git add feature2.txt git add feature2.txt
git commit -m "feat: extend feature2.txt functionality" git commit -m "feat: extend feature2.txt functionality"
``` ```
@@ -106,7 +105,7 @@ git add feature1.txt
# Ungestagte Aenderung: # Ungestagte Aenderung:
echo "Aenderung 2 (ungestaged)" >> feature1.txt echo "Aenderung 2 (ungestaged)" >> feature1.txt
git add feature1.txt
# Status in Datei schreiben: # Status in Datei schreiben:
git status > status.dump git status > status.dump

Submodule 07_git/project-git updated: bb1fa88efd...8244b33591