This commit is contained in:
fz0x1 2024-09-12 19:52:01 +02:00
parent 5b872ccdcd
commit 082fbb76af
3 changed files with 14 additions and 3 deletions

View file

@ -1,6 +1,7 @@
[user]
name = foozzi
email = foozzione@gmail.com
name = fz0x1
email = umka@posteo.net
signingkey = 979143DA930C3525556DBF7E7FB357158731DF87
[core]
excludesfile = "$HOME/.gitignore"
pager = delta
@ -15,3 +16,13 @@
colorMoved = default
[init]
defaultBranch = master
[commit]
gpgSign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = osxkeychain
useHttpPath = true