From ef8130cb70be59da4361380e93003e71409469d3 Mon Sep 17 00:00:00 2001 From: Ilka Date: Sat, 4 Apr 2020 16:51:00 +0200 Subject: [PATCH] Git Anleitung --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5204dd8..658ec2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Seminararbeit -Das ist die Arbeit von Ilka -und diese Zeile ist neu. Hallöchen +## git Befehle + +git status + +git add . / Dateiname + +git commit -m "was ich geändert habe" + +git push