Compare commits

..

11 Commits

Author SHA1 Message Date
67097b6a57 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.localhost>
2026-04-06 03:54:22 +00:00
1b896504b9 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.localhost>
2026-04-06 03:53:53 +00:00
7242f4dca3 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.localhost>
2026-04-06 03:53:23 +00:00
df0c171e0c 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.localhost>
2026-04-06 03:52:57 +00:00
8ff3e9ee0c 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.localhost>
2026-04-06 03:52:32 +00:00
ba8db7eac8 1
555
2026-04-06 03:06:45 +00:00
fad45c4c05 1
555
2026-04-06 03:06:17 +00:00
be4c166860 1
555
2026-04-06 03:05:50 +00:00
e1a686b78d 1
555
2026-04-06 03:05:24 +00:00
a5605003c9 1
555
2026-04-06 03:04:59 +00:00
ebd8d2861e 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.localhost>
2026-04-06 02:51:03 +00:00

View File

@ -1,23 +1 @@
## Erstelle ein neues Repository von der Kommandozeile aus 555
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