From d7ade77892f18c255fdcf719ef69ca17a2269400 Mon Sep 17 00:00:00 2001 From: vijay Date: Thu, 30 Apr 2026 00:06:04 +0000 Subject: [PATCH] Update git_commit --- git_commit | 1 + 1 file changed, 1 insertion(+) diff --git a/git_commit b/git_commit index de99273..d34ed60 100644 --- a/git_commit +++ b/git_commit @@ -1,5 +1,6 @@ #!/bin/bash # bash <(curl -s https://git.technozone.com.au/vijay/Scripts/raw/branch/main/git_commit) && rm -f git_commit +# git add . && git commit -m "your commit message" && git push # Prompt for the Gitea repository URL read -p "Enter your Gitea repository URL: " GITEA_URL