From 304b6ba861eb6c241cf739ba460c5f6dec9f3dfb Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 9 May 2023 11:59:20 +0200 Subject: [PATCH] Add git time command (time warrior specific to repo) --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 8434467..8a94e15 100644 --- a/gitconfig +++ b/gitconfig @@ -27,6 +27,7 @@ fixup = "!git commit --patch --no-edit --amend $(git diff --name-only HEAD~1..HEAD)" ts = timeshift task = "! TASKDATA=$(git rev-parse --show-toplevel)/.git/task task" + time = "! TIMEWARRIORDB=$(git rev-parse --show-toplevel)/.git/time timew" track = add --intent-to-add h = log -1 --format=%h hash = log -1 --format=%H