dotfiles/gitconfig

17 lines
338 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
2018-08-21 16:10:57 +00:00
signingkey = D8A7ECA00A8CD3DD
2016-12-04 13:17:10 +00:00
[core]
editor = vim
excludesfile = ~/.gitignore
[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