Update .gitconfig
This commit is contained in:
parent
83a6862734
commit
2ab62e89ba
1 changed files with 10 additions and 7 deletions
11
.gitconfig
11
.gitconfig
|
@ -1,10 +1,13 @@
|
|||
[user]
|
||||
email = devinwl@users.noreply.github.com
|
||||
name = Devin Lumley
|
||||
email = wonderfulfrog@users.noreply.github.com
|
||||
name = Devin Haska
|
||||
[core]
|
||||
editor = nvim
|
||||
excludesfile = /Users/devin/.gitignore
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[pull]
|
||||
ff = only
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue