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