Simplify pull command to use configured upstream

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 6c3805e7cd
commit b1198d2488
+1 -1
View File
@@ -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