dotfiles/tycho/.gitconfig

29 lines
610 B
INI
Raw Normal View History

2020-12-21 15:13:39 +01:00
[user]
2022-10-23 18:17:52 +02:00
name = Felix Suchert
email = dev@felixsuchert.de
2022-07-25 22:15:53 +02:00
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
2020-12-21 15:13:39 +01:00
[push]
default = simple
[commit]
gpgsign = true
template = ~/.gitcommit_template
[core]
excludesfile = /Users/felix/.global_gitignore
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
file-decoration-style = none
[init]
defaultBranch = main