move gitconfig to top of home
This commit is contained in:
@@ -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
|
||||||
0
git/.config/git/ignore → git/.gitignore
vendored
0
git/.config/git/ignore → git/.gitignore
vendored
Reference in New Issue
Block a user