[git] set changed colour to yellow

This commit is contained in:
Eric Teunis de Boone 2022-03-30 18:24:23 +02:00
parent 028eac240f
commit 8c96a3d379
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
excludesfile = ~/.config/git/ignore
[color]
ui = auto
[color "status"]
# use different color than untracked and unmerged paths have
changed = yellow
[merge]
conflictstyle = diff3
[branch]