Adding gpg signing to gitconfig
This commit is contained in:
parent
0df32935ac
commit
138ff9d6d9
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
name = Andrew Davidson
|
name = Andrew Davidson
|
||||||
email = andrew@amdavidson.com
|
email = andrew@amdavidson.com
|
||||||
|
signingkey = 17AF8F2A49CF25C6
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
@ -31,3 +32,5 @@
|
||||||
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
|
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
Loading…
Reference in a new issue