From 2ee0f3a1b82eb28fc0923f2a0d89daae967bddca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Mon, 1 Oct 2012 17:13:06 +0200 Subject: Git: colors --- .gitconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index f1c11bc..2503369 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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:" -- cgit v1.2.3