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

View File

@@ -4,7 +4,7 @@
signingkey = 89A36EAC3D3F4AF7 signingkey = 89A36EAC3D3F4AF7
[core] [core]
compression = 9 compression = 9
excludesfile = ~/.config/git/ignore excludesfile = ~/.gitignore
pager = less -F -X pager = less -F -X
#pager = cat #pager = cat
[color] [color]
@@ -19,3 +19,5 @@
autocorrect = 1 autocorrect = 1
[init] [init]
defaultBranch = main defaultBranch = main
[cola]
spellcheck = false