Sign commits by default

By default use the gpg signing key to sign any commit made from this
machine, or with the help of these dotfiles.
This commit is contained in:
Marty Oehme 2020-02-07 22:36:00 +01:00
parent ecbf8409f9
commit c76b0d0223
No known key found for this signature in database
GPG Key ID: 0CCB0526EFB9611A
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[user]
email = marty.oehme@gmail.com
name = Marty Oehme
signingkey = 0CCB0526EFB9611A
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
@ -9,3 +10,5 @@
[alias]
ignore = "!gitignore -f"
pushmerge = "push -o merge_request.merge_when_pipeline_succeeds" # see https://docs.gitlab.com/ce/user/project/push_options.html#merge-when-pipeline-succeeds-alias
[commit]
gpgsign = true