Update push script to push to both remotes

This commit is contained in:
2026-03-09 13:04:10 +08:00
parent 29696b7235
commit 0043e4cd16

View File

@@ -3,6 +3,7 @@
git add .
git commit -m "$1"
git push
git push origin
git push gitea
echo "✓ 已推送到 root@192.168.88.81:/mnt/mydata/gitea"
echo "✓ 已推送到 origin 和 gitea"