diff options
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -25,6 +25,21 @@ [core] excludesfile = ~/.gitexcludes +# colors :D +[color] + ui = auto + status = false +[color "branch"] + current = yellow bold + local = yellow dim + remote = cyan dim +[color "diff"] + whitespace = red reverse + frag = magenta +[color "decorate"] + tag = green bold + branch = yellow bold + # this allows to write 'nec:bla/blubb' [url "git://git.necoro.eu/"] insteadOf = "nec:" |