dotfiles/.gitconfig

37 lines
655 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]
2023-09-28 00:31:38 +02:00
editor = nvim
2022-09-21 10:16:04 +02:00
[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
2023-09-28 00:31:38 +02:00
#program = "C:/Program Files (x86)/GnuPG/bin/gpg.exe"
2022-09-21 10:16:04 +02:00
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