git config: yellow bold -> yellow as yellow bold not seen on white background.

This commit is contained in:
Kolan Sh 2016-10-03 16:34:21 +03:00
parent 4946a214ed
commit a0e122d20f
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@
remote = green
[color "diff"]
meta = yellow bold
meta = yellow
frag = magenta bold
old = red bold
new = green bold
@ -24,6 +24,9 @@
changed = green
untracked = cyan
[color "decorate"]
tag = yellow
[alias]
unstage = reset HEAD --
st = status