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 +