소스 검색

git-info.md erstellt

Stefan Suter 1 개월 전
부모
커밋
f2267fe836
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  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