From 96982ea9f6cbd9110f787f886c188e5cb1f328e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E8=A7=85?= Date: Wed, 8 Apr 2026 09:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7bd37c..2ed5d08 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # gitea_init -线上部署gitea \ No newline at end of file +线上部署gitea + +- git remote add main https://gitea.vlos.net/jafar.o.jeh/gitea_init.git +- git pull main main +- git add . +- git commit -m "更新信息" +- git push main main