git config: yellow bold -> yellow as yellow bold not seen on white background.
This commit is contained in:
parent
c233c7513a
commit
0dc0d0d634
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue