first commit

This commit is contained in:
douboer
2025-09-05 17:14:40 +08:00
parent 67f33b2d80
commit a53deec4aa

7
rungit.sh Executable file
View File

@@ -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