10 lines
199 B
Markdown
10 lines
199 B
Markdown
# gitea_init
|
|
|
|
线上部署gitea
|
|
|
|
- git remote add profile https://gitea.vlos.net/jafar.o.jeh/gitea_init.git
|
|
- git pull profile main
|
|
- git add .
|
|
- git commit -m "更新信息"
|
|
- git push profile main
|