From 061240dab80c6092c32e8a6acda31b0f4bc7735c Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 21 Jan 2023 13:49:44 +0000 Subject: [PATCH] Autosave: 2023-01-21 13:49:44 --- _scripts/auto_save.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index 3fb3a5d..ba5df73 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 -q +git pull | grep -v "already up to date" git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git push -q