commit 4a684fb91aac7a5c5fe936bc16a08e419b1c4099 Author: lindner Date: Thu Jun 20 21:35:44 2024 +0000 Readme.md hinzugefĆ¼gt Erster Commit diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..3af1594 --- /dev/null +++ b/Readme.md @@ -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 \ No newline at end of file