From e95477607ef701ae75cac6b5286de221d22281d8 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 9 Jan 2026 21:01:50 -0600 Subject: [PATCH] Remove `notes:pull` task since it's redundant --- Taskfile.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 4e0bcda..7712b73 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -60,11 +60,6 @@ tasks: cmds: - git status - notes:pull: - desc: Pull latest changes (alias for sync) - cmds: - - task notes:sync - notes:diff: desc: Show uncommitted changes in notes dir: '{{.NOTES_DIR}}'