my-yadm/.gitconfig##o.Darwin

28 lines
589 B
Plaintext
Raw Permalink Normal View History

2020-02-26 22:45:17 -05: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]
gpgsign = true
[alias]
up = !git pull --prune $@ && git submodule update --init --recursive
[credential]
helper = osxkeychain
[pull]
rebase = false
2022-06-13 15:11:33 -04:00
ff = only
2022-09-19 16:44:44 -04:00
[color]
ui = true
[core]
pager = less -r