my-yadm/.gitconfig##d.openSUSE

38 lines
903 B
Plaintext

[user]
name = Eric Renfro
email = psi-jack@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
[credential]
helper = /usr/libexec/git/git-credential-libsecret
#helper = /usr/lib/git/git-core/git-credential-store
#helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
#helper = libsecret
[alias]
up = !git pull --prune $@ && git submodule update --init --recursive
#[color]
# ui = auto
#[color "branch"]
# remote = blue
# local = cyan
#[core]
# editor = vim
#[pull]
# rebase = true
#[push]
# default = simple
#[submodule]
# recurse = true