gitconfig: add alias 'verify' for 'verify-commit HEAD'

This commit is contained in:
Aminda Suomalainen 2022-03-18 13:03:53 +02:00
parent 64bba542b1
commit 23b6bf4463
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
pulln = pull --no-ff
pullen = pull --no-ff
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
verify = verify-commit HEAD
[core]
editor = vim

View File

@ -17,6 +17,7 @@
pulln = pull --no-ff
pullen = pull --no-ff
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
verify = verify-commit HEAD
[core]
editor = vim