1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
0d4959046d Reorder commands: commit before pull --rebase
Co-authored-by: jbranchaud <694063+jbranchaud@users.noreply.github.com>
2025-12-31 17:28:33 -07:00
copilot-swe-agent[bot]
b1198d2488 Simplify pull command to use configured upstream
Co-authored-by: jbranchaud <694063+jbranchaud@users.noreply.github.com>
2025-12-31 17:28:33 -07:00
copilot-swe-agent[bot]
6c3805e7cd Add git pull --rebase to notes:push task
Co-authored-by: jbranchaud <694063+jbranchaud@users.noreply.github.com>
2025-12-31 17:28:33 -07:00

View File

@@ -49,6 +49,7 @@ tasks:
cmds:
- 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