Update git_commit

This commit is contained in:
vijay 2026-04-30 00:06:04 +00:00
parent e8c79a9dc1
commit d7ade77892

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# bash <(curl -s https://git.technozone.com.au/vijay/Scripts/raw/branch/main/git_commit) && rm -f git_commit # 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 # Prompt for the Gitea repository URL
read -p "Enter your Gitea repository URL: " GITEA_URL read -p "Enter your Gitea repository URL: " GITEA_URL