added .gitconfig with signing enabled to to dotfiles
This commit is contained in:
parent
6f7e44154c
commit
be7d48bf94
1 changed files with 17 additions and 0 deletions
17
.gitconfig
Normal file
17
.gitconfig
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[user]
|
||||||
|
email = me@afonsofrancof.com
|
||||||
|
name = afonsofrancof
|
||||||
|
signingkey = D774F2EDAE844584699E6B01C459E0BB3DCEE899
|
||||||
|
[filter "lfs"]
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[gpg]
|
||||||
|
program = gpg2
|
||||||
|
[tag]
|
||||||
|
gpgsign = true
|
Loading…
Reference in a new issue