dotfiles/gitconfig

22 lines
638 B
Plaintext
Raw Normal View History

2018-05-28 09:02:30 -04:00
[user]
name = Eric Renfro
email = psi-jack@linux-help.org
signingkey = 25787986B19167B89BFF55CF3159FF4CB13EBFB4
[sendemail]
smtpencryption = tls
smtpserver = mx.linux-help.org
smtpuser = eric.renfro@linux-help.org
smtpserverport = 587
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[commit]
2018-08-06 22:46:09 -04:00
gpgsign = true
2018-06-02 17:57:11 -04:00
[alias]
up = !git pull --prune $@ && git submodule update --init --recursive
2018-06-21 23:56:32 -04:00
[credential]
2018-10-15 18:42:55 -04:00
#helper = /usr/lib/git/git-core/git-credential-store
helper = /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring