18 lines
390 B
Markdown
18 lines
390 B
Markdown
# 开始拉取代码
|
|
|
|
---
|
|
```
|
|
git clone http://git-test.databall.tech:3000/databall-official/3ebe2700b00340d09a1256d3b4a34b9b.git
|
|
|
|
cd 3ebe2700b00340d09a1256d3b4a34b9b
|
|
|
|
# add your files to repo
|
|
git push
|
|
```
|
|
---
|
|
```
|
|
cd existing_repo
|
|
git remote add origin http://git-test.databall.tech:3000/databall-official/3ebe2700b00340d09a1256d3b4a34b9b.git
|
|
git branch -M main
|
|
git push -uf origin main
|
|
``` |