From 719cc5b97a016ab8efdcabf4eab1a83881bf6d68 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 16 Feb 2021 10:28:13 +0100 Subject: [PATCH] Add git task command for per-repository tasks An alias that runs Taskwarrior with its data directory set to the current git directory. --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 2e42513..ea9fce5 100644 --- a/gitconfig +++ b/gitconfig @@ -24,6 +24,7 @@ root = rev-parse --show-toplevel fixup = commit --patch --no-edit --amend ts = timeshift + task = "! TASKDATA=$(git rev-parse --show-toplevel)/.git/task task" [user] useConfigOnly = true [user "darkwiiplayer"]