dotfiles/config/git/config

20 lines
371 B
Plaintext
Raw Normal View History

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