dotfiles/config/git/config

20 lines
371 B
Plaintext
Raw Normal View History

2016-12-04 13:17:10 +00:00
[user]
2018-08-21 16:10:57 +00:00
name = Geoffrey “Frogeye” Preud'homme
2016-12-04 13:17:10 +00:00
email = geoffrey@frogeye.fr
2020-08-20 19:25:49 +00:00
signingkey = 0x8312C8CAC1BAC289
2016-12-04 13:17:10 +00:00
[core]
2018-10-08 21:52:53 +00:00
editor = nvim
2019-04-25 20:54:51 +00:00
excludesfile = ~/.config/git/gitignore
2016-12-04 13:17:10 +00:00
[push]
default = matching
[alias]
git = !exec git
2018-03-19 06:29:56 +00:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
2021-06-11 21:40:15 +00:00
[pull]
ff = only