Paws/Configs/Git/.gitconfig

19 lines
314 B
INI
Raw Normal View History

2024-10-05 23:33:33 +02:00
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold # line info
old = red # deletions
new = green # additions
[color "status"]
added = yellow
changed = green
untracked = cyan