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