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