Initial Commit
This commit is contained in:
14
.gitconfig.d/default.gitconfig
Normal file
14
.gitconfig.d/default.gitconfig
Normal file
@ -0,0 +1,14 @@
|
||||
[user]
|
||||
email = constantin@simonis.lol
|
||||
name = Constantin Simonis
|
||||
signingkey = A026249FD78E71CBBBE8FBEA3878FF77C24AF4D2
|
||||
[credential]
|
||||
helper = store
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
autocrlf = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[commit]
|
||||
gpgsign = true
|
Reference in New Issue
Block a user