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
|
2024-12-01 22:33:30 +01:00
|
|
|
|
|
|
|
[credential]
|
|
|
|
helper = store
|