Explorar el Código

git-info.md erstellt

Stefan Suter hace 1 mes
padre
commit
f2267fe836
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. 17 0
      git-info.md

+ 17 - 0
git-info.md

@@ -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