Paws/Configs/Git/.gitconfig

22 lines
340 B
INI
Raw Normal View History

2024-10-27 19:56:41 +01:00
[core]
pager = delta
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