Autosave: 2024-03-10 18:10:03

This commit is contained in:
thomasabishop 2024-03-10 18:10:03 +00:00
parent daf7d22bd9
commit e1b4d6f75d

View file

@ -29,6 +29,6 @@ echo "Changes exist. Updating remote..."
git pull >/dev/null 2>&1 git pull >/dev/null 2>&1
git add . git add .
git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")"
notify-send "Auto-save complete" "Zettelkasten changes committed to remote repository"
git push git push
/usr/bin/notify-send "Auto-save complete" "Zettelkasten changes committed to remote repository"