dotfiles/entropy/.gitconfig

31 lines
609 B
INI
Raw Normal View History

2020-12-21 14:13:39 +00:00
[user]
2022-10-27 09:46:13 +00:00
email = dev@felixsuchert.de
name = Felix Suchert
2020-12-21 14:13:39 +00:00
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
[push]
default = simple
2023-03-15 15:11:02 +00:00
autoSetupRemote = true
2020-12-21 14:13:39 +00:00
[pull]
rebase = true
[commit]
gpgSign = true
template = ~/.gitcommit_template
[core]
pager = delta
[pull]
rebase = true
[interactive]
diffFilter = delta --color-only
[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
2021-10-14 14:15:27 +00:00
file-decoration-style = none
2022-03-31 08:43:28 +00:00
[init]
defaultBranch = main