Update .gitconfig
This commit is contained in:
parent
c4861f9484
commit
d81af5684d
14
.gitconfig
14
.gitconfig
@ -1,10 +1,10 @@
|
||||
[user]
|
||||
name = Ben Kreeger
|
||||
email = ben@kree.gr
|
||||
name = Ben Kreeger
|
||||
email = ben@kree.gr
|
||||
signingkey = 1F33DAF2F49E4046
|
||||
[core]
|
||||
excludesfile = /Users/bkreeger/.gitignore.global
|
||||
editor = nvim
|
||||
excludesfile = ~/.gitignore.global
|
||||
editor = vim
|
||||
compression = 0
|
||||
packedGitLimit = 512m
|
||||
packedGitWindowSize = 512m
|
||||
@ -18,17 +18,13 @@
|
||||
user = kreeger
|
||||
[push]
|
||||
default = matching
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean %f
|
||||
smudge = git-lfs smudge %f
|
||||
required = true
|
||||
[gpg]
|
||||
program = /usr/local/bin/gpg
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[pull]
|
||||
ff = only
|
||||
ff = only
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user