From 2ab62e89ba3186cb4446a1983ede7a019a78ce1f Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:25:49 -0800 Subject: [PATCH] Update .gitconfig --- .gitconfig | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitconfig b/.gitconfig index 4044862..f866078 100644 --- a/.gitconfig +++ b/.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 + editor = nvim + excludesfile = /Users/devin/.gitignore [init] - defaultBranch = main -[pull] - ff = only + defaultBranch = main +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true