From e9831638851a83b0a92b258e316ba6c048963627 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 21 Jan 2023 13:48:23 +0000 Subject: [PATCH] Autosave: 2023-01-21 13:48:23 --- _scripts/auto_save.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index 361f894..3fb3a5d 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -23,7 +23,7 @@ if [ "$CHANGES_EXIST" -eq 0 ]; then exit 0 fi -git pull >/dev/null 2>&1 +git pull -q git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" -git push +git push -q