git/user.conf.example

23 lines
443 B
Plaintext
Raw Normal View History

[user]
name = John Doe
email = john@doe.com
[core]
editor = mcedit
2022-12-19 11:20:18 +00:00
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color
side-by-side = true
[merge]
2022-12-19 11:20:18 +00:00
tool = delta
conflictstyle = diff3
2022-12-19 11:20:18 +00:00
[diff]
colorMoved = default