From 0d4959046d9a1c3dffe1929ca42361f2112a62aa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:18:25 +0000 Subject: [PATCH] Reorder commands: commit before pull --rebase Co-authored-by: jbranchaud <694063+jbranchaud@users.noreply.github.com> --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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