dotfiles/git/gitconfig
James Patrick bf403d30a1
Use ~/.gitconfig.local for env specific settings
Signing key tooling, machine specific diff tools, etc
2024-08-09 09:59:39 -04:00

43 lines
563 B
Plaintext

[user]
email = james@greenfiling.com
name = James Patrick
signingkey = ~/.ssh/github.com.pub
[gpg]
format = ssh
[commit]
gpgsign = true
[core]
editor = vim
excludesfile = ~/.gitignore_global
[github]
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = develop
[gpg]
format = ssh
[commit]
gpgsign = true
[push]
autoSetupRemote = true
[include]
path = ~/.gitconfig.local