From 3bcd19923e71ad679fea1036659915f58352cf58 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Fri, 20 Mar 2026 18:19:05 +0800 Subject: [PATCH] test git script --- git-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-update.sh b/git-update.sh index 48e546b..dd71bb9 100755 --- a/git-update.sh +++ b/git-update.sh @@ -2,4 +2,4 @@ echo "Git commit message:" read git add . git commit -m "$REPLY" -git commit push -u origin +git commit push -u origin main