@@ -0,0 +1,17 @@
+# Bestehendes Repo, bei neuinstalltion neu verbinden zum Gogs Git Server
+
+## Remotelink zum Repo herstellen
+git remote -v
+git push -u origin main
+git config --global user.email "you@example.com"
+git config --global user.name "Your Name"
+git add --all
+git commit -a
+git push