Paws/Configs/Git/.gitconfig

27 lines
528 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]
2024-12-01 22:32:50 +01:00
# Use colors in Git commands that are capable of colored output when
# outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.)
2024-10-05 23:33:33 +02:00
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
[credential]
helper = store