dotfiles/.gitconfig

30 lines
509 B
INI
Raw Permalink Normal View History

[user]
name = Ryan Cavicchioni
2014-09-03 02:27:50 +00:00
email = ryan@cavi.cc
[color]
ui = true
2014-09-03 02:28:05 +00:00
[push]
default = simple
2018-08-16 15:19:28 +00:00
[commit]
gpgsign = true
[log]
showsignature = true
2024-08-09 01:12:27 +00: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