Skip validation in git reword alias
This commit is contained in:
parent
6cd768e6ab
commit
34e4b590ca
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
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
|
||||||
ts = timeshift
|
ts = timeshift
|
||||||
reword = commit --amend
|
reword = commit --amend --no-verify
|
||||||
[user]
|
[user]
|
||||||
useConfigOnly = true
|
useConfigOnly = true
|
||||||
[user "darkwiiplayer"]
|
[user "darkwiiplayer"]
|
||||||
|
|
Loading…
Reference in a new issue