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
[push]
default = current
gpgSign = if-asked
[credential]
helper = cache --timeout=86400
[merge]
ff = only
[format]
signoff = true
signOff = true
[commit]
gpgsign = true

View File

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