Update .gitconfig

This commit is contained in:
Ben Kreeger 2023-06-28 12:08:20 -05:00 committed by GitHub
parent c4861f9484
commit d81af5684d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
email = ben@kree.gr email = ben@kree.gr
signingkey = 1F33DAF2F49E4046 signingkey = 1F33DAF2F49E4046
[core] [core]
excludesfile = /Users/bkreeger/.gitignore.global excludesfile = ~/.gitignore.global
editor = nvim editor = vim
compression = 0 compression = 0
packedGitLimit = 512m packedGitLimit = 512m
packedGitWindowSize = 512m packedGitWindowSize = 512m
@ -18,14 +18,10 @@
user = kreeger user = kreeger
[push] [push]
default = matching default = matching
[credential]
helper = osxkeychain
[filter "lfs"] [filter "lfs"]
clean = git-lfs clean %f clean = git-lfs clean %f
smudge = git-lfs smudge %f smudge = git-lfs smudge %f
required = true required = true
[gpg]
program = /usr/local/bin/gpg
[commit] [commit]
gpgsign = true gpgsign = true
[init] [init]