1
0
Fork 0

Init README

This commit is contained in:
administrator 2026-06-29 03:16:12 +00:00
parent c8d40ce5fc
commit 8bebcc5a15
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
--- ---
``` ```
git clone http://git-test.databall.tech:3000/fengyujia/0288ebd2dabe498292b3dfd88826613f.git git clone http://git-test.databall.tech:3000/fengyujia_test/0288ebd2dabe498292b3dfd88826613f.git
cd 0288ebd2dabe498292b3dfd88826613f cd 0288ebd2dabe498292b3dfd88826613f
@ -12,7 +12,7 @@ git push
--- ---
``` ```
cd existing_repo cd existing_repo
git remote add origin http://git-test.databall.tech:3000/fengyujia/0288ebd2dabe498292b3dfd88826613f.git git remote add origin http://git-test.databall.tech:3000/fengyujia_test/0288ebd2dabe498292b3dfd88826613f.git
git branch -M main git branch -M main
git push -uf origin main git push -uf origin main
``` ```