move gitconfig to top of home

This commit is contained in:
2022-08-30 12:05:37 +02:00
parent 49f3f7542b
commit a85660ccdc
2 changed files with 3 additions and 1 deletions

23
git/.gitconfig Normal file
View File

@@ -0,0 +1,23 @@
[user]
name = Marco
email = mrckndt@riseup.net
signingkey = 89A36EAC3D3F4AF7
[core]
compression = 9
excludesfile = ~/.gitignore
pager = less -F -X
#pager = cat
[color]
ui = auto
[diff]
tool = nvim -d
[push]
default = current
[pull]
rebase = false
[help]
autocorrect = 1
[init]
defaultBranch = main
[cola]
spellcheck = false