gitconfig: more on signing

This commit is contained in:
Aminda Suomalainen 2016-04-10 11:50:38 +03:00
parent 524881bbee
commit d123b88b84
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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