From 7dad78063e8de748097fd1cf740ce78f149f920d Mon Sep 17 00:00:00 2001 From: Paolo Vecchi Date: Wed, 15 Apr 2020 14:16:35 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0192833..725a0dd 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ ## Creating a new repository on the command line - +```bash touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://eugit.opencloud.lu/cataspanglish/TUBES--Self-Assembly-Edition.git git push -u origin master - +``` ## Pushing an existing repository from the command line - +```bash git remote add origin https://eugit.opencloud.lu/cataspanglish/TUBES--Self-Assembly-Edition.git git push -u origin master - - +```