dotfiles/.gitconfig

30 lines
509 B
INI
Raw Permalink Normal View History

[user]
name = Ryan Cavicchioni
2014-09-02 21:27:50 -05:00
email = ryan@cavi.cc
[color]
ui = true
2014-09-02 21:28:05 -05:00
[push]
default = simple
2018-08-16 10:19:28 -05:00
[commit]
gpgsign = true
[log]
showsignature = true
2024-08-08 20:12:27 -05:00
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
# delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true
# light = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default