git: Sort main config sections
This commit is contained in:
parent
4949b84ecf
commit
b6756d3aec
1 changed files with 10 additions and 10 deletions
20
git/config
20
git/config
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue