From 6c3805e7cd21eb86a46ac0e7d2959a1777dcb09a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:16:23 +0000 Subject: [PATCH] Add git pull --rebase to notes:push task Co-authored-by: jbranchaud <694063+jbranchaud@users.noreply.github.com> --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) 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