From fce0e286d5cb3feb63f0fb923e3d3f87779b514d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 23 Dec 2025 15:50:59 +0000 Subject: [PATCH] Committed --- git_automation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git_automation.sh b/git_automation.sh index ab1b9cd..a0abf66 100755 --- a/git_automation.sh +++ b/git_automation.sh @@ -26,8 +26,11 @@ while true; do # Run Git commands git status + sleep 0.5 git add . + sleep 0.5 git commit -m "$COMMIT_MSG" + sleep 0.5 git push echo "[INFO] Git commands completed at $(date)"