1
ewconfig/configs/git/.gitconfig

43 lines
802 B
INI

[user]
email = ewpratten@gmail.com
name = Evan Pratten
signingkey = ~/.ssh/id_ed25519_sk_rk_yk20572395
[gpg]
format = ssh
[init]
defaultBranch = master
[pull]
rebase = false
[advice]
detachedHead = true
[alias]
authors = shortlog --summary --numbered --email
[gpg "ssh"]
allowedSignersFile = ~/.ssh/allowed_signers
defaultKeyCommand = ssh-add -L
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "ssh://git@github.com/"]
#insteadOf = https://github.com/
pushInsteadOf = https://github.com/
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential