From 595606cbb65f26607b3608043fa16b906ebb9359 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 7 Jan 2014 12:23:39 -0600 Subject: [PATCH] .gitconfig: Customize color.decorate --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 192bcbe..30a3de5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -64,6 +64,10 @@ remote = green plain = red bold +[color "decorate"] + branch = green bold + remoteBranch = green + [color "status"] added = yellow changed = green bold -- 2.43.0