1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-04 23:58:01 +00:00

Add better status check for notes:push

This commit is contained in:
jbranchaud
2025-10-28 08:29:15 -05:00
parent ed9cedc870
commit e8c2e01d6f

View File

@@ -51,7 +51,7 @@ tasks:
- git commit -m "Update notes - $(date '+%Y-%m-%d %H:%M')" - git commit -m "Update notes - $(date '+%Y-%m-%d %H:%M')"
- git push - git push
status: status:
- git add NOTES.md && git diff --cached --quiet - git diff --exit-code NOTES.md
silent: false silent: false
notes:status: notes:status: