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)"