From 4a684fb91aac7a5c5fe936bc16a08e419b1c4099 Mon Sep 17 00:00:00 2001 From: lindner Date: Thu, 20 Jun 2024 21:35:44 +0000 Subject: [PATCH] =?UTF-8?q?Readme.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Erster Commit --- Readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Readme.md 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