From 0dc0d0d634fce56ce563ce67f8a77d4efe1428f2 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 3 Oct 2016 16:34:21 +0300 Subject: [PATCH] git config: yellow bold -> yellow as yellow bold not seen on white background. --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index c81d7d6..55cc700 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,6 +24,9 @@ changed = green untracked = cyan +[color "decorate"] + tag = yellow + [alias] unstage = reset HEAD -- st = status