Parcourir la source

git-info.md erstellt

Stefan Suter il y a 1 mois
Parent
commit
f2267fe836
1 fichiers modifiés avec 17 ajouts et 0 suppressions
  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