Update gitconfig

This commit is contained in:
David Tomaschik
2026-02-20 15:56:04 -08:00
parent 0ebc32e30a
commit 8cac819127
4 changed files with 15 additions and 31 deletions

View File

@@ -1,7 +1,6 @@
[user]
name = David Tomaschik
email = david@systemoverlord.com
signingKey = 0x5DEA789B
useConfigOnly = true
[core]
excludesfile = ~/.gitignore
@@ -73,9 +72,6 @@
[mergetool]
prompt = false
[include]
path = ~/.gitconfig.local
[pull]
rebase = false
@@ -94,3 +90,10 @@
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[include]
path = ~/.gitconfig.d/override
path = ~/.gitconfig.d/local
[includeIf "gitdir:~/personal/"]
path = ~/.gitconfig.d/personal

View File

@@ -0,0 +1,5 @@
[user]
email = david@systemoverlord.com
[github]
user = matir

View File

@@ -0,0 +1,2 @@
[user]
email = david@systemoverlord.com