1
0
Fork 0

git: Sort main config sections

This commit is contained in:
Jeremy Kaplan 2021-11-29 20:18:07 -08:00
commit b6756d3aec

View file

@ -5,6 +5,16 @@ markUnblameableLines = true
[color] [color]
ui = true ui = true
[commit]
verbose = true
[core]
attributesfile = ~/.gitattributes
excludesfile = ~/.gitignore
[credential]
helper = cache
[diff] [diff]
colorMoved = default colorMoved = default
wsErrorHighlight = all wsErrorHighlight = all
@ -61,16 +71,6 @@ sw = switch
untracked = ls-files --others --exclude-standard untracked = ls-files --others --exclude-standard
unchk = reset --mixed HEAD~ unchk = reset --mixed HEAD~
[credential]
helper = cache
[commit]
verbose = true
[core]
attributesfile = ~/.gitattributes
excludesfile = ~/.gitignore
[include] [include]
path = config-os path = config-os
path = config-role path = config-role