Reorder commands: commit before pull --rebase

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 b1198d2488
commit 0d4959046d
+1 -1
View File
@@ -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