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