mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Simplify pull command to use configured upstream
Co-authored-by: jbranchaud <694063+jbranchaud@users.noreply.github.com>
This commit is contained in:
committed by
Josh Branchaud
parent
6c3805e7cd
commit
b1198d2488
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user