git/user.conf.example

23 lines
468 B
Plaintext
Raw Normal View History

[user]
2023-04-26 14:18:48 +00:00
name = John Doe
email = john@doe.com
[core]
2023-04-26 14:18:48 +00:00
editor = mcedit
pager = delta
2022-12-19 11:20:18 +00:00
[interactive]
2023-04-26 14:18:48 +00:00
diffFilter = delta --color-only
2022-12-19 11:20:18 +00:00
[delta]
2023-04-26 14:18:48 +00:00
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]
2023-04-26 14:18:48 +00:00
tool = delta
conflictstyle = diff3
2022-12-19 11:20:18 +00:00
[diff]
2023-04-26 14:18:48 +00:00
colorMoved = default