1
0
Fork 0

Init README

This commit is contained in:
administrator 2026-06-29 03:21:43 +00:00
parent 66b42736a3
commit 1e4132c61f
1 changed files with 2 additions and 2 deletions

View File

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