Adding GIT configuration
This commit is contained in:
parent
53ca88dc37
commit
4265228b48
1 changed files with 8 additions and 0 deletions
8
.gitconfig
Normal file
8
.gitconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
[user]
|
||||
name = Jarkko Toivanen
|
||||
email = jt@jakest.us
|
||||
signingkey = 0EEA7DE3BE089B6F
|
||||
[core]
|
||||
editor = nano
|
||||
[commit]
|
||||
gpgsign = true
|
Loading…
Reference in a new issue