From a53deec4aa138af2ff18c203863fe03920a759a9 Mon Sep 17 00:00:00 2001 From: douboer Date: Fri, 5 Sep 2025 17:14:40 +0800 Subject: [PATCH] first commit --- rungit.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 rungit.sh diff --git a/rungit.sh b/rungit.sh new file mode 100755 index 0000000..425e702 --- /dev/null +++ b/rungit.sh @@ -0,0 +1,7 @@ +git init +git add . +git commit -m "first commit" +git branch -M main +git remote add origin https://biboer.cn/gitea/gavin/xhsautopublisher.git +git push -u origin main +