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
|
||||
untracked = cyan
|
||||
|
||||
[color "decorate"]
|
||||
tag = yellow
|
||||
|
||||
[alias]
|
||||
unstage = reset HEAD --
|
||||
st = status
|
||||
|
|
Loading…
Reference in New Issue