Add git pull --rebase to notes:push task

Co-authored-by: jbranchaud <694063+jbranchaud@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-31 17:28:33 -07:00
committed by Josh Branchaud
co-authored by jbranchaud
parent d980514bff
commit 6c3805e7cd
+1
View File
@@ -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