From 0934f1a698caf8ef6bf678ac9fd6a56a73cb217a Mon Sep 17 00:00:00 2001 From: Paolo Vecchi Date: Wed, 15 Apr 2020 14:14:34 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13fc82d..0192833 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# TUBESSelf-AssemblyEdition + +## Creating a new repository on the command line + +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 + +git remote add origin https://eugit.opencloud.lu/cataspanglish/TUBES--Self-Assembly-Edition.git +git push -u origin master + +