From 0043e4cd16e06a5bd159e1af5a187eea623b0e3f Mon Sep 17 00:00:00 2001 From: Timmy Date: Mon, 9 Mar 2026 13:04:10 +0800 Subject: [PATCH] Update push script to push to both remotes --- push.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/push.sh b/push.sh index 3442652..4f70055 100755 --- a/push.sh +++ b/push.sh @@ -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"