mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-01-02 14:03:31 +01:00
[git] set changed colour to yellow
This commit is contained in:
parent
028eac240f
commit
8c96a3d379
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
excludesfile = ~/.config/git/ignore
|
excludesfile = ~/.config/git/ignore
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
[color "status"]
|
||||||
|
# use different color than untracked and unmerged paths have
|
||||||
|
changed = yellow
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[branch]
|
[branch]
|
||||||
|
|
Loading…
Reference in a new issue