diff --git a/Taskfile.yml b/Taskfile.yml index 6079887..07bea00 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -47,9 +47,9 @@ tasks: desc: Commit and push changes to notes submodule dir: '{{.NOTES_DIR}}' cmds: - - git pull --rebase - git add NOTES.md - git commit -m "Update notes - $(date '+%Y-%m-%d %H:%M')" + - git pull --rebase - git push status: - git diff --exit-code NOTES.md