From 48752040256d90bbdf0135bae64ce97868904612 Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Thu, 3 Sep 2026 09:15:27 +0200 Subject: [PATCH] new changes --- 07_git/docs/git-project.md | 3 +-- 07_git/project-git | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/07_git/docs/git-project.md b/07_git/docs/git-project.md index 1e69d0c..117013c 100644 --- a/07_git/docs/git-project.md +++ b/07_git/docs/git-project.md @@ -69,7 +69,6 @@ git commit -m "feat: add feature2.txt with base logic" echo "Feature 2: Erweiterte Logik" >> feature2.txt git add feature2.txt git commit -m "feat: extend feature2.txt functionality" - ``` @@ -106,7 +105,7 @@ git add feature1.txt # Ungestagte Aenderung: echo "Aenderung 2 (ungestaged)" >> feature1.txt - +git add feature1.txt # Status in Datei schreiben: git status > status.dump diff --git a/07_git/project-git b/07_git/project-git index bb1fa88..8244b33 160000 --- a/07_git/project-git +++ b/07_git/project-git @@ -1 +1 @@ -Subproject commit bb1fa88efd49d3d0f8df88a562daba5ed9a7a581 +Subproject commit 8244b335918c211df359bf2c3fb729afed065a42