From 480839a8b30b32b9023975209ef363375025775b Mon Sep 17 00:00:00 2001 From: alf Date: Mon, 16 Jun 2025 19:27:44 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4fb4709..e85b96e 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ 2. Lokal: Dateiverzeichnis den selben Namen verpassen 3. Im Verzeichnis: git init 4. git config --global user.email "alf@wralto.de" -5. git config --global user.name "Alf" -6. git add . -7. git commit -m "Erster Commit!" -8. git branch -M main -9. git remote add origin http://100.87.87.6:3000/alf/REPONAME.git -10. git push -u origin main +4. git config --global user.name "Alf" +4. git add . +4. git commit -m "Erster Commit!" +4. git branch -M main +4. git remote add origin http://100.87.87.6:3000/alf/REPONAME.git +4. git push -u origin main