mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
gitconfig: add alias 'verify' for 'verify-commit HEAD'
This commit is contained in:
parent
64bba542b1
commit
23b6bf4463
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user