Initialize repository with old config
This commit is contained in:
17
.config/git/config
Normal file
17
.config/git/config
Normal file
@@ -0,0 +1,17 @@
|
||||
[core]
|
||||
autocrlf = input
|
||||
editor = nvim
|
||||
[user]
|
||||
email = foss@dominikdoerr.de
|
||||
name = Dominik Dörr
|
||||
signingkey = DE31470EFB8AF867
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
[pull]
|
||||
rebase = true
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[tag]
|
||||
gpgsign = true
|
||||
Reference in New Issue
Block a user