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