Add git treh command

This commit is contained in:
Talia 2024-09-09 14:09:42 +02:00
parent 3fd1bf095f
commit 6b0138881c
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
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" time = "! TIMEWARRIORDB=$(git rev-parse --show-toplevel)/.git/time timew"
track = add --intent-to-add track = add --intent-to-add
treh = ! git status --porcelain | sed -e 's/^\\(..\\) \\(.*\\)$/\\2 (\\1)/' | treh --stdin
ts = timeshift ts = timeshift
reword = commit --amend --no-verify reword = commit --amend --no-verify
[user] [user]