new changes
This commit is contained in:
@@ -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
Reference in New Issue
Block a user