dotfiles/.gitconfig

42 lines
750 B
INI
Raw Permalink Normal View History

2019-09-23 16:00:00 +02:00
[user]
2022-09-21 10:16:04 +02:00
email = info@dustvoice.de
name = DustVoice
signingkey = 7A9CA430D426100E
2019-09-23 16:00:00 +02:00
[core]
editor = emacsclient -a "" -ut
2022-09-21 10:16:04 +02:00
pager = delta
[interactive]
diffFilter = delta --color-only
[add.interactive]
useBuiltin = false # required for git 2.37.0
[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 (e.g. the default macOS terminal)
side-by-side = false
line-numbers = true
2019-09-23 16:00:00 +02:00
[push]
2022-09-21 10:16:04 +02:00
default = simple
followTags = true
2019-09-23 16:00:00 +02:00
[commit]
2022-09-21 10:16:04 +02:00
gpgsign = true
2019-10-20 17:47:29 +02:00
[gpg]
2022-09-21 10:16:04 +02:00
program = gpg2
2020-07-05 15:36:03 +02:00
[pull]
2022-09-21 10:16:04 +02:00
rebase = false
2020-12-03 23:15:59 +01:00
[http]
2022-09-21 10:16:04 +02:00
postBuffer = 500M
[merge]
conflictstyle = diff3
[diff]
colorMoved = default