mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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
|
pulln = pull --no-ff
|
||||||
pullen = pull --no-ff
|
pullen = pull --no-ff
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||||
|
verify = verify-commit HEAD
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
pulln = pull --no-ff
|
pulln = pull --no-ff
|
||||||
pullen = pull --no-ff
|
pullen = pull --no-ff
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||||
|
verify = verify-commit HEAD
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
Loading…
Reference in New Issue
Block a user