Update 'README.md'

master
Paolo Vecchi 2020-04-15 14:14:34 +02:00
parent 3be8239243
commit 0934f1a698
1 changed files with 16 additions and 1 deletions

View File

@ -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