From b1198d2488564a2b190fb42409cc8fa4cc56b1d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:17:23 +0000 Subject: [PATCH] Simplify pull command to use configured upstream 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 845a219..6079887 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -47,7 +47,7 @@ tasks: desc: Commit and push changes to notes submodule dir: '{{.NOTES_DIR}}' cmds: - - git pull --rebase origin main + - git pull --rebase - git add NOTES.md - git commit -m "Update notes - $(date '+%Y-%m-%d %H:%M')" - git push