Files
gitea_init/README.md
2026-04-08 09:52:43 +08:00

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