Add git time command (time warrior specific to repo)
This commit is contained in:
parent
fbfb29c27f
commit
304b6ba861
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
fixup = "!git commit --patch --no-edit --amend $(git diff --name-only HEAD~1..HEAD)"
|
fixup = "!git commit --patch --no-edit --amend $(git diff --name-only HEAD~1..HEAD)"
|
||||||
ts = timeshift
|
ts = timeshift
|
||||||
task = "! TASKDATA=$(git rev-parse --show-toplevel)/.git/task task"
|
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
|
track = add --intent-to-add
|
||||||
h = log -1 --format=%h
|
h = log -1 --format=%h
|
||||||
hash = log -1 --format=%H
|
hash = log -1 --format=%H
|
||||||
|
|
Loading…
Reference in a new issue