From 321aa5322e0892b67db8a14236fdc355c61322fa Mon Sep 17 00:00:00 2001 From: fdai7377 Date: Fri, 27 Oct 2023 12:48:53 +0200 Subject: [PATCH] Teste ob es gepusht hat --- Lerntagebuch.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Lerntagebuch.md b/Lerntagebuch.md index 3d173ca..74e1aa2 100644 --- a/Lerntagebuch.md +++ b/Lerntagebuch.md @@ -10,12 +10,15 @@ ### Kritik + +# Links + https://www.nano-editor.org/docs.php https://www.nano-editor.org/dist/latest/cheatsheet.html https://gitlab.cs.hs-fulda.de/ -Command line instructions +# Command line instructions You can also upload existing files from your computer using the instructions below. Git global setup @@ -23,7 +26,7 @@ Git global setup git config --global user.name "fdai7377" git config --global user.email "christine-stella.stawizki@informatik.hs-fulda.de" -Create a new repository +## Create a new repository git clone git@gitlab.cs.hs-fulda.de:fdai7377/lerntagebuch.git cd lerntagebuch @@ -33,7 +36,7 @@ git add README.md git commit -m "add README" git push -u origin main -Push an existing folder +## Push an existing folder cd existing_folder git init --initial-branch=main @@ -42,7 +45,7 @@ git add . git commit -m "Initial commit" git push -u origin main -Push an existing Git repository +## Push an existing Git repository cd existing_repo git remote rename origin old-origin