From 046684d33efb885378a6b4de286727e554929d31 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 4 Jan 2017 21:20:01 +0000 Subject: [PATCH] Add colour settings --- .gitconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitconfig b/.gitconfig index 0203d65..b46e3ad 100644 --- a/.gitconfig +++ b/.gitconfig @@ -91,8 +91,28 @@ autosetuprebase = always [color] + branch = auto + diff = auto + status = auto ui = true +[color "branch"] + current = red reverse + local = blue + remote = green + +[color "diff"] + meta = yellow + frag = magenta + old = red bold + new = green + plain = white + +[color "status"] + added = yellow + changed = green + untracked = cyan + [commit] verbose = true