From 298e56fd4940a91d76d535426969849d9e0be298 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Fri, 20 Mar 2026 18:18:29 +0800 Subject: [PATCH] test git script --- git-update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 git-update.sh diff --git a/git-update.sh b/git-update.sh new file mode 100755 index 0000000..48e546b --- /dev/null +++ b/git-update.sh @@ -0,0 +1,5 @@ +echo "Git commit message:" +read +git add . +git commit -m "$REPLY" +git commit push -u origin