This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.gitconfig

17 lines
331 B
INI
Raw Normal View History

2018-03-18 08:48:03 +01:00
[user]
name = Simon Bruder
email = simon@sbruder.de
signingkey = 51276B7B829AF24674F2AA716F03E0000CC5B62F
[commit]
gpgsign = true
[core]
excludesfile = ~/.gitignore
2019-10-14 17:50:49 +02:00
quotepath = off
2019-04-16 02:33:09 +02:00
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
2020-08-16 16:50:33 +02:00
[pull]
ff = only