Readme.md hinzugefügt

Erster Commit
This commit is contained in:
lindner 2024-06-20 21:35:44 +00:00
commit 4a684fb91a

15
Readme.md Normal file
View File

@ -0,0 +1,15 @@
## Erstelle ein neues Repository von der Kommandozeile aus
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
git push -u origin main
## Bestehendes Repository via Kommandozeile pushen
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
git push -u origin main