@@ -1,9 +1,10 @@
#!/bin/bash
# 提交並推送到遠端服務器
# 提交並推送到所有遠端服務器
git add .
git commit -m "$1"
git push origin
git push gitea
git push gitea2
echo "✓ 已推送到 origin 和 gitea"
echo "✓ 已推送到 origin, gitea, 和 gitea2"
The note is not visible to the blocked user.