1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00
dotfiles/git/.gitconfig
2020-01-19 09:57:58 -05:00

28 lines
489 B
INI

[credential]
helper = osxkeychain
[user]
email = jake@jarv.is
name = Jake Jarvis
signingkey = 2B0C9CF251E69A39
[gpg]
program = /usr/local/MacGPG2/bin/gpg
[commit]
gpgsign = true
[push]
default = current
[core]
editor = nano
excludesfile = ~/.gitignore_global
[github]
user = jakejarvis
[pull]
rebase = true
[hub]
host = github.com
host = git.jarv.is
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true