diff --git a/Taskfile.yml b/Taskfile.yml index b0f84ad..845a219 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -47,6 +47,7 @@ tasks: desc: Commit and push changes to notes submodule dir: '{{.NOTES_DIR}}' cmds: + - git pull --rebase origin main - git add NOTES.md - git commit -m "Update notes - $(date '+%Y-%m-%d %H:%M')" - git push