mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
gitconfig: more on signing
This commit is contained in:
parent
524881bbee
commit
d123b88b84
@ -28,11 +28,12 @@
|
|||||||
ui = true
|
ui = true
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
gpgSign = if-asked
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
[merge]
|
[merge]
|
||||||
ff = only
|
ff = only
|
||||||
[format]
|
[format]
|
||||||
signoff = true
|
signOff = true
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
@ -28,11 +28,12 @@
|
|||||||
ui = true
|
ui = true
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
gpgSign = if-asked
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
[merge]
|
[merge]
|
||||||
ff = only
|
ff = only
|
||||||
[format]
|
[format]
|
||||||
signoff = true
|
signOff = true
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
Loading…
Reference in New Issue
Block a user