Run the Git commands within the notes repository
All checks were successful
/ check (push) Successful in 1m30s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-02 00:07:20 +01:00
parent 630ebed658
commit 10a38aa3e2

View file

@ -14,6 +14,7 @@ in
text = ''
"$EDITOR" +3 "$TODO_FILE"
cd "$NOTES_DIRECTORY"
git add "$TODO_FILE"
git commit -m "Update TODOs"
git push