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:
parent
ecbf8409f9
commit
c76b0d0223
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
email = marty.oehme@gmail.com
|
email = marty.oehme@gmail.com
|
||||||
name = Marty Oehme
|
name = Marty Oehme
|
||||||
|
signingkey = 0CCB0526EFB9611A
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
@ -9,3 +10,5 @@
|
||||||
[alias]
|
[alias]
|
||||||
ignore = "!gitignore -f"
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue