Browse Source

git-info.md erstellt

Stefan Suter 4 weeks ago
parent
commit
f2267fe836
1 changed files with 17 additions and 0 deletions
  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