You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
371 B
19 lines
371 B
[user]
|
|
name = Geoffrey “Frogeye” Preud'homme
|
|
email = geoffrey@frogeye.fr
|
|
signingkey = 0x8312C8CAC1BAC289
|
|
[core]
|
|
editor = nvim
|
|
excludesfile = ~/.config/git/gitignore
|
|
[push]
|
|
default = matching
|
|
[alias]
|
|
git = !exec git
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[pull]
|
|
ff = only
|
|
|