Compare commits

..

2 Commits

Author SHA1 Message Date
72abc2ee56 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.localhost>
2026-04-06 02:49:20 +00:00
9d5bf796b0 1
555
2026-04-06 00:04:09 +00:00
2 changed files with 1 additions and 23 deletions

View File

@ -1,23 +0,0 @@
## 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

View File

@ -0,0 +1 @@
555